OpenAI::RunStepDetailsToolCallsCodeObject
Inherits JSON::Serializable < Reference < Object
Details of the Code Interpreter tool call the run step was involved in.
Constructors
new(pull : JSON::PullParser)
Sourcenew(id : String = "", type_value : RunStepDetailsToolCallsCodeObjectType = RunStepDetailsToolCallsCodeObjectType::CodeInterpreter, code_interpreter : RunStepDetailsToolCallsCodeObjectCodeInterpreter = RunStepDetailsToolCallsCodeObjectCodeInterpreter.new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
code_interpreter=(code_interpreter : RunStepDetailsToolCallsCodeObjectCodeInterpreter)
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 : RunStepDetailsToolCallsCodeObjectType)
The type of tool call. This is always going to be code_interpreter for this type of tool call.