File size: 545 Bytes
ef9649a
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""Tutorial-focused documentation style preference."""

PROMPT = """
Generate content in an educational, tutorial-focused format:
- Start with clear learning objectives
- Break down complex concepts into digestible steps
- Include plenty of practical examples
- Add explanatory comments in code samples
- Use progressive disclosure (basic to advanced)
- Include exercises or practice suggestions
- Provide common pitfalls and solutions
- Use analogies and visual descriptions where helpful
- End with next steps or further learning resources
"""