Skip to content

Variable: GenieTextAttachmentSchema

const GenieTextAttachmentSchema: ZodObject<{ content: ZodOptional<ZodString>; id: ZodOptional<ZodString>; purpose: ZodOptional<ZodCustom<GenieTextAttachmentPurpose, GenieTextAttachmentPurpose>>; }, $strip>

Text attachment schema widened for forward-compatible purpose values.