Variable phoenixToolChoiceSchemaConst
phoenixToolChoiceSchema: ZodUnion<
readonly [
ZodObject<{ type: ZodLiteral<"none"> }, $strip>,
ZodObject<{ type: ZodLiteral<"zero_or_more"> }, $strip>,
ZodObject<{ type: ZodLiteral<"one_or_more"> }, $strip>,
ZodObject<
{ function_name: ZodString; type: ZodLiteral<"specific_function"> },
$strip,
>,
],
> = ...
Phoenix's tool choice schema