Skip to content

novelai-sdk-unofficial / OAIPromptSchema

Variable: OAIPromptSchema

const OAIPromptSchema: ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodArray<ZodNumber>, ZodArray<ZodArray<ZodNumber>>]>

Defined in: src/types/user/openai.ts:51

Prompt can be a string, array of strings, array of tokens, or array of token arrays

基于 MIT 许可证发布