Skip to content

Home > llm-ops > messagesType

messagesType type

OpenAI聊天请求消息的类型数组

Signature:

typescript
export type messagesType = OpenAI.Chat.CreateChatCompletionRequestMessage[];
export type messagesType = OpenAI.Chat.CreateChatCompletionRequestMessage[];

Released under the MIT License.