Name | Type | Description | Notes |
---|---|---|---|
id | String | The ID of the tool call object. | |
type | String | The type of tool call. This is always going to be `function` for this type of tool call. | |
function | RunStepDetailsToolCallsFunctionObjectFunction |
require 'openapi_client'
instance = OpenapiClient::RunStepDetailsToolCallsFunctionObject.new(
id: null,
type: null,
function: null
)