Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 681 Bytes

RunStepDetailsToolCallsCodeObject.md

File metadata and controls

24 lines (12 loc) · 681 Bytes

RunStepDetailsToolCallsCodeObject

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

Properties

Name Type Description Notes
id String The ID of the tool call.
type TypeEnum The type of tool call. This is always going to be `code_interpreter` for this type of tool call.
codeInterpreter RunStepDetailsToolCallsCodeObjectCodeInterpreter

Enum: TypeEnum

Name Value
CODE_INTERPRETER "code_interpreter"