Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 646 Bytes

RunStepDetailsToolCallsCodeObject.md

File metadata and controls

22 lines (16 loc) · 646 Bytes

OpenapiClient::RunStepDetailsToolCallsCodeObject

Properties

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

Example

require 'openapi_client'

instance = OpenapiClient::RunStepDetailsToolCallsCodeObject.new(
  id: null,
  type: null,
  code_interpreter: null
)