| """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 | |
| """ |