Skip to content

Variable: webSearchResultSchema

const webSearchResultSchema: ZodObject<{ answer: ZodString; citations: ZodArray<ZodObject<{ snippet: ZodOptional<ZodString>; title: ZodOptional<ZodString>; url: ZodString; }, $strip>>; model: ZodString; query: ZodString; }, $strip>

Schema for the web_search tool output.