RunStepDeltaCodeInterpreterToolCall interface
Represents a Code Interpreter tool call within a streaming run step's tool call details.
- Extends
Properties
code |
The Code Interpreter data for the tool call. |
type | The object type, which is always "code_interpreter." |
Inherited Properties
id | The ID of the tool call, used when submitting outputs to the run. |
index | The index of the tool call detail in the run step's tool_calls array. |
Property Details
codeInterpreter
The Code Interpreter data for the tool call.
codeInterpreter?: RunStepDeltaCodeInterpreterDetailItemObject
Property Value
type
The object type, which is always "code_interpreter."
type: "code_interpreter"
Property Value
"code_interpreter"
Inherited Property Details
id
The ID of the tool call, used when submitting outputs to the run.
id: string
Property Value
string
Inherited From RunStepDeltaToolCallParent.id
index
The index of the tool call detail in the run step's tool_calls array.
index: number
Property Value
number
Inherited From RunStepDeltaToolCallParent.index