Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 966 Bytes

RunStepDetailsToolCallsObjectToolCallsInner.md

File metadata and controls

27 lines (15 loc) · 966 Bytes

RunStepDetailsToolCallsObjectToolCallsInner

Properties

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

Enum: TypeEnum

Name Value
CODE_INTERPRETER "code_interpreter"
FILE_SEARCH "file_search"
FUNCTION "function"