Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 814 Bytes

RunStepDeltaStepDetailsToolCallsCodeObject.md

File metadata and controls

25 lines (13 loc) · 814 Bytes

RunStepDeltaStepDetailsToolCallsCodeObject

Details of the Code Interpreter tool call the run step was involved in.

Properties

Name Type Description Notes
index Integer The index of the tool call in the tool calls array.
id String The ID of the tool call. [optional]
type TypeEnum The type of tool call. This is always going to be `code_interpreter` for this type of tool call.
codeInterpreter RunStepDeltaStepDetailsToolCallsCodeObjectCodeInterpreter [optional]

Enum: TypeEnum

Name Value
CODE_INTERPRETER "code_interpreter"