Name | Type | Description | Notes |
---|---|---|---|
index | Integer | ||
id | String | The ID of the tool call. | [optional] |
type | String | The type of the tool. Currently, only `function` is supported. | [optional] |
function | ChatCompletionMessageToolCallChunkFunction | [optional] |
require 'openapi_client'
instance = OpenapiClient::ChatCompletionMessageToolCallChunk.new(
index: null,
id: null,
type: null,
function: null
)