openaiChatPartTextSchema: ZodObject<
    { text: ZodString; type: ZodLiteral<"text"> },
    "strip",
    ZodTypeAny,
    { text: string; type: "text" },
    { text: string; type: "text" },
> = ...