danielrosehill's picture
updated
ef9649a
raw
history blame contribute delete
691 Bytes
"""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)
"""