Variable: webFetchRequestSchema
constwebFetchRequestSchema:ZodObject<{format:ZodOptional<ZodEnum<{html:"html";text:"text"; }>>;maxLength:ZodOptional<ZodNumber>;url:ZodString; },$strip>
Schema for the web_fetch tool input.