An AskModeResponse where the final answer has been parsed into the requested structured output format.
T is the inferred type of the Zod schema (z.infer<typeof schema>) when a schema was passed, or Record<string, unknown> when a raw JSON Schema was.
T
z.infer<typeof schema>
Record<string, unknown>
The final answer parsed into the requested output format.
An AskModeResponse where the final answer has been parsed into the requested structured output format.
Tis the inferred type of the Zod schema (z.infer<typeof schema>) when a schema was passed, orRecord<string, unknown>when a raw JSON Schema was.