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