Skip to content

Variable: textAttachmentSchema

const textAttachmentSchema: ZodObject<{ content: ZodOptional<ZodString>; id: ZodOptional<ZodString>; purpose: ZodOptional<ZodLiteral<"FOLLOW_UP_QUESTION">>; }, $strip>