Quick Reference
Clear instructions = better results. Be specific about sources, data fields, and output format.✅ Good: Specific & Structured
- JavaScript
- Python
- HTTPie
❌ Bad: Vague & Unstructured
- JavaScript
- Python
- HTTPie
Always Request JSON
Request structured output for easy parsing.- JavaScript
- Python
- HTTPie
Break Down Complex Tasks
Split complex workflows into smaller steps.- JavaScript
- Python
- HTTPie
Handle Edge Cases
Tell agents how to handle missing data.- JavaScript
- Python
- HTTPie
Key Principles
Be Specific
Provide exact sources, formats, and data fields
Request JSON
Always request structured output for easy parsing
Break It Down
Split complex workflows into smaller steps
Handle Edge Cases
Tell agents how to handle missing data