A chat completion message generated by the model.
| 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] |