Skip to main content

Variable: TextPartSchema

const TextPartSchema: ZodObject<{ text: ZodString; type: ZodLiteral<"text">; }, "strip", ZodTypeAny, { text: string; type: "text"; }, { text: string; type: "text"; }>

Defined in: packages/core/src/types.ts:352