weaviate-agents
    Preparing search index...

    Type Alias ParsedAskModeResponse<T>

    ParsedAskModeResponse: AskModeResponse & { finalAnswerParsed: T }

    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.

    Type Parameters

    • T

    Type Declaration

    • finalAnswerParsed: T

      The final answer parsed into the requested output format.