Name | Type | Description | Notes |
---|---|---|---|
id | String | The ID of the tool call. This ID must be referenced when you submit the tool outputs in using the Submit tool outputs to run endpoint. | |
type | String | The type of tool call the output is required for. For now, this is always `function`. | |
function | RunToolCallObjectFunction |
require 'openapi_client'
instance = OpenapiClient::RunToolCallObject.new(
id: null,
type: null,
function: null
)