Name | Type | Description | Notes |
---|---|---|---|
id | String | The ID of the tool call. | |
type | String | The type of the tool. Currently, only `function` is supported. | |
function | ChatCompletionMessageToolCallFunction |
require 'openapi_client'
instance = OpenapiClient::ChatCompletionMessageToolCall.new(
id: null,
type: null,
function: null
)