Variable: webSearchResultSchema
constwebSearchResultSchema: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.