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 |
Name | Value |
---|---|
CODE_INTERPRETER | "code_interpreter" |
FILE_SEARCH | "file_search" |
FUNCTION | "function" |