Variable phoenixResponseFormatSchemaConst
phoenixResponseFormatSchema: ZodObject<
{
json_schema: ZodObject<
{
description: ZodOptional<ZodString>;
name: ZodString;
schema: ZodOptional<ZodRecord<ZodString, ZodUnknown>>;
strict: ZodOptional<ZodBoolean>;
},
$strip,
>;
type: ZodLiteral<"json_schema">;
},
$strip,
> = ...
Phoenix response format schema