Variable anthropicMessagesJSONSchemaConst
anthropicMessagesJSONSchema: ZodStandardJSONSchemaPayload<
ZodArray<
ZodObject<
{
content: ZodUnion<
readonly [
ZodString,
ZodArray<
ZodDiscriminatedUnion<
[
ZodObject<{ text: ...; type: ... }, $strip>,
ZodObject<{ source: ...; type: ... }, $strip>,
ZodObject<{ id: ...; input: ...; name: ...; type: ... }, $strip>,
ZodObject<
{ content: ...; is_error: ...; tool_use_id: ...; type: ... },
$strip,
>,
],
"type",
>,
>,
],
>;
role: ZodEnum<{ assistant: "assistant"; user: "user" }>;
},
$loose,
>,
>,
> = ...