January 9, 2026
Changelog
@mastra/ai-sdk@1.0.0-beta.14
Patch Changes
-
Add structured output support to agent.network() method. Users can now pass a
structuredOutputoption with a Zod schema to get typed results from network execution. (#11701)The stream exposes
.object(Promise) and.objectStream(ReadableStream) getters, and emitsnetwork-objectandnetwork-object-resultchunk types. The structured output is generated after task completion using the provided schema.