Variable openAIToolChoiceSchemaConst
openAIToolChoiceSchema: ZodUnion<
readonly [
ZodLiteral<"auto">,
ZodLiteral<"none">,
ZodLiteral<"required">,
ZodObject<
{
function: ZodObject<{ name: ZodString }, $strip>;
type: ZodLiteral<"function">;
},
$strip,
>,
],
> = ...
OpenAI's tool choice schema