Skip to content

Home > llm-ops > resMessagesType

resMessagesType type

OpenAI聊天完成的消息数组类型

Signature:

typescript
export type resMessagesType = OpenAI.Chat.Completions.ChatCompletion.Choice[];
export type resMessagesType = OpenAI.Chat.Completions.ChatCompletion.Choice[];

Released under the MIT License.