Structured Output
Also called: JSON mode, constrained decoding
Forcing the model to return data in a fixed schema so downstream code can parse it.
L’output strutturato vincola la generazione a JSON valido o a uno schema fornito, invece di sperare che un prompt produca testo interpretabile. È la differenza tra una demo e una pipeline, perché elimina l’intera categoria di errori del tipo ‘il modello ha aggiunto una frase gentile prima del JSON’.
In pratica: Garantire che ogni risposta contenga invoice_number, amount e currency, oppure fallisca in modo rumoroso.
Where this comes up
- AI Interview Questions: Your Complete Guide to Success
- ChatGPT for SEO in 2026: A Disciplined Workflow (and What ChatGPT Can't Do)
- Claude vs Perplexity: A Detailed Comparison of AI Tools
- Grok vs ChatGPT in 2026: Benchmarks, Pricing & Best Use Cases
- How to Learn Prompt Engineering: A Step-by-Step Guide
- How to Set Up ChatGPT Locally for Work in 2026