Name | Type | Description | Notes |
---|---|---|---|
role | String | The role of the messages author, in this case `tool`. | |
content | String | The contents of the tool message. | |
tool_call_id | String | Tool call that this message is responding to. |
require 'openapi_client'
instance = OpenapiClient::ChatCompletionRequestToolMessage.new(
role: null,
content: null,
tool_call_id: null
)