Name | Type | Description | Notes |
---|---|---|---|
content | String | The contents of the message. | |
tool_calls | Array<ChatCompletionMessageToolCall> | The tool calls generated by the model, such as function calls. | [optional] |
role | String | The role of the author of this message. | |
function_call | ChatCompletionRequestAssistantMessageFunctionCall | [optional] |
require 'openapi_client'
instance = OpenapiClient::ChatCompletionResponseMessage.new(
content: null,
tool_calls: null,
role: null,
function_call: null
)