Variable: webFetchResultSchema
constwebFetchResultSchema:ZodObject<{content:ZodString;contentType:ZodOptional<ZodString>;status:ZodNumber;title:ZodOptional<ZodString>;truncated:ZodBoolean;url:ZodString; },$strip>
Schema for the web_fetch tool output.