Name | Type | Description | Notes |
---|---|---|---|
content | ChatCompletionRequestAssistantMessageContent | [optional] | |
refusal | String | The refusal message by the assistant. | [optional] |
role | RoleEnum | The role of the messages author, in this case `assistant`. | |
name | String | An optional name for the participant. Provides the model information to differentiate between participants of the same role. | [optional] |
audio | ChatCompletionRequestAssistantMessageAudio | [optional] | |
toolCalls | List<ChatCompletionMessageToolCall> | The tool calls generated by the model, such as function calls. | [optional] |
functionCall | ChatCompletionRequestAssistantMessageFunctionCall | [optional] |
Name | Value |
---|---|
ASSISTANT | "assistant" |