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

PROMPT = """
Generate content following technical documentation best practices:
- Use precise technical terminology
- Include code examples where applicable
- Structure with clear hierarchical headings
- Add implementation details and specifications
- Include API references when relevant
- Document parameters and return values
- Maintain consistent formatting
- Focus on accuracy and completeness
- Include troubleshooting sections where relevant
"""