Skip to content

Variable: webFetchRequestSchema

const webFetchRequestSchema: ZodObject<{ format: ZodOptional<ZodEnum<{ html: "html"; text: "text"; }>>; maxLength: ZodOptional<ZodNumber>; url: ZodString; }, $strip>

Schema for the web_fetch tool input.