Variable anthropicToolChoiceSchemaConst
anthropicToolChoiceSchema: ZodDiscriminatedUnion<
[
ZodObject<{ name: ZodString; type: ZodLiteral<"tool"> }, $strip>,
ZodObject<{ type: ZodLiteral<"auto"> }, $strip>,
ZodObject<{ type: ZodLiteral<"any"> }, $strip>,
],
"type",
> = ...
Anthropic's tool choice schema