Skip to content

Home > llm-ops > messageFunctionCallType

messageFunctionCallType type

OpenAI聊天完成消息中的FunctionCall类型

Signature:

typescript
export type messageFunctionCallType = OpenAI.Chat.ChatCompletionMessage.FunctionCall;
export type messageFunctionCallType = OpenAI.Chat.ChatCompletionMessage.FunctionCall;

Released under the MIT License.