Agentic Development ยท Execution
Model output constrained to a fixed schema, like a defined JSON shape, so downstream code can parse it without guessing at the format.
In practice: Getting this reliable usually means validating the response against the schema and re-prompting on failure, rather than trusting the model to always comply.