RunStepDeltaCodeInterpreterLogOutput interface
Represents a log output as produced by the Code Interpreter tool and as represented in a streaming run step's delta tool calls collection.
Properties
logs | The text output from the Code Interpreter tool call. |
type | The type of the object, which is always "logs." |
Inherited Properties
index | The index of the output in the streaming run step tool call's Code Interpreter outputs array. |
Property Details
logs
The text output from the Code Interpreter tool call.
logs?: string
Property Value
string
type
The type of the object, which is always "logs."
type: "logs"
Property Value
"logs"
Inherited Property Details
index
The index of the output in the streaming run step tool call's Code Interpreter outputs array.
index: number
Property Value
number
Inherited From RunStepDeltaCodeInterpreterOutputParent.index