OpenAI::RunStepDeltaStepDetailsToolCallsCodeObject
Inherits JSON::Serializable < Reference < Object
Details of the Code Interpreter tool call the run step was involved in.
Constructors
new(pull : JSON::PullParser)
Sourcenew(index : Int64 = 0, id : String | Nil = nil, type_value : RunStepDeltaStepDetailsToolCallsCodeObjectType = RunStepDeltaStepDetailsToolCallsCodeObjectType::CodeInterpreter, code_interpreter : RunStepDeltaStepDetailsToolCallsCodeObjectCodeInterpreter | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
code_interpreter=(code_interpreter : RunStepDeltaStepDetailsToolCallsCodeObjectCodeInterpreter | Nil)
The Code Interpreter tool call definition.
type_value
The type of tool call. This is always going to be code_interpreter for this type of tool call.
type_value=(type_value : RunStepDeltaStepDetailsToolCallsCodeObjectType)
The type of tool call. This is always going to be code_interpreter for this type of tool call.