Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 914 Bytes

RunStepDetailsToolCallsObjectToolCallsInner.md

File metadata and controls

27 lines (15 loc) · 914 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
retrieval Object For now, this is always going to be an empty object.
function RunStepDetailsToolCallsFunctionObjectFunction

Enum: TypeEnum

Name Value
CODE_INTERPRETER "code_interpreter"
RETRIEVAL "retrieval"
FUNCTION "function"