Skip to content

Variable: webFetchResultSchema

const webFetchResultSchema: ZodObject<{ content: ZodString; contentType: ZodOptional<ZodString>; status: ZodNumber; title: ZodOptional<ZodString>; truncated: ZodBoolean; url: ZodString; }, $strip>

Schema for the web_fetch tool output.