Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.08 KB

File metadata and controls

16 lines (12 loc) · 1.08 KB

WalletInc.Model.ChatCompletionMessage

A chat completion message generated by the model.

Properties

Name Type Description Notes
Content string The contents of the message.
Refusal string The refusal message generated by the model.
Role string The role of the author of this message.
Audio ChatCompletionAudio If the audio output modality is requested, this object contains data about the audio response from the model. Learn more. [optional]
FunctionCall ChatCompletionMessageFunctionCall [optional]
ToolCalls List<ChatCompletionMessageToolCall> The tool calls generated by the model, such as function calls. [optional]

[Back to Model list] [Back to API list] [Back to README]