File size: 691 Bytes
ef9649a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
"""Specific data format preferences for consistent output structure."""

PROMPT = """
Follow these strict formatting rules when generating content:
- Present data tables in CSV format
- Format code snippets with syntax highlighting markers (```language)
- Use JSON for structured data responses
- Present lists in markdown bullet points
- Format dates in ISO 8601 (YYYY-MM-DD)
- Use markdown tables for small datasets
- Include headers in all CSV data
- Separate multiple code blocks clearly
- Format SQL queries with proper indentation
- Use yaml for configuration examples
- Present mathematical formulas in LaTeX
- Format timestamps in UTC
- Use standardized units (metric by default)
"""