novelai-sdk-unofficial / OAIChatMessageSchema
Variable: OAIChatMessageSchema
constOAIChatMessageSchema:ZodObject<{content:ZodString;name:ZodOptional<ZodString>;role:ZodEnum<{assistant:"assistant";system:"system";user:"user"; }>; },$strip>
Defined in: src/types/user/openai.ts:21
User-friendly chat message schema