RunStepDeltaCodeInterpreterDetailItemObject interface
Represents the Code Interpreter tool call data in a streaming run step's tool calls.
Properties
| input | The input into the Code Interpreter tool call. |
| outputs | The outputs from the Code Interpreter tool call. Code Interpreter can output one or more
items, including text ( |
Property Details
input
The input into the Code Interpreter tool call.
input?: string
Property Value
string
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.
outputs?: RunStepDeltaCodeInterpreterOutputUnion[]