Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.18 KB

ChatCompletionRequestAssistantMessage.md

File metadata and controls

27 lines (15 loc) · 1.18 KB

ChatCompletionRequestAssistantMessage

Properties

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]

Enum: RoleEnum

Name Value
ASSISTANT "assistant"