Skip to content
Topic Hub
Prof Rod Avatar

Filed under Structured Output

2 thoughts filed under this tag.

Thoughts on Structured Output

Structured output can make a model response easier to parse. It cannot tell you whether the invoice number or amount was extracted correctly. Try a synthetic invoice with a subtotal, tax and total. Ask an OpenAI model…

openaistructured-output

A report that feeds another program needs stable fields. A heading that changes from “Risks” to “Things to watch” can break a fragile text parser. For a repository audit, define a small JSON Schema containing the file…

codexstructured-output