Structured outputs for agents
What changed
An agent can now produce a structured output alongside its narrative. You define the shape you want, such as a JSON object, booleans, arrays, strings, or a text report, in the agent's output configuration, and a final step conforms each run's findings and narrative to that shape.
Why it matters
Consuming agent results in another system meant parsing free text or prompt-engineering the format.
Customer impact
Integrate agent results into your own systems in whatever format you need, which speeds onboarding.