Variable phoenixToolDefinitionSchemaConst
phoenixToolDefinitionSchema: ZodObject<
{
function: ZodObject<
{
description: ZodOptional<ZodString>;
name: ZodString;
parameters: ZodOptional<ZodRecord<ZodString, ZodUnknown>>;
strict: ZodOptional<ZodBoolean>;
},
$strip,
>;
type: ZodLiteral<"function">;
},
$strip,
> = ...
The Phoenix tool definition schema