OpenAI::RunStepDetailsToolCallsCodeObjectCodeInterpreter
Inherits JSON::Serializable < Reference < Object
The Code Interpreter tool call definition.
Constructors
new(pull : JSON::PullParser)
Sourcenew(input : String = "", outputs : Array(RunStepDetailsToolCallsCodeObjectCodeInterpreterOutputsItem) = [] of RunStepDetailsToolCallsCodeObjectCodeInterpreterOutputsItem)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
outputs
The outputs from the Code Interpreter tool call. Code Interpreter can output one or more items, including text (logs) or images (image). Each of these are represented by a different object type.