Code Interpreter log output
objectText output from the Code Interpreter tool call as part of a run step.
Always logs.
Allowed values:logs
The text output from the Code Interpreter tool call.
File search tool call
objectThe ID of the tool call object.
The type of tool call. This is always going to be file_search for this type of tool call.
Allowed values:file_search
For now, this is always going to be an empty object.
Show Child Parameters
File search tool call ranking options
objectThe ranking options for the file search.
The ranker used for the file search.
Allowed values:default_2024_08_21
The score threshold for the file search. All values must be a floating point number between 0 and 1.
>= 0<= 1
File search tool call result
objectA result instance of the file search.
The ID of the file that result was found in.
The name of the file that result was found in.
The score of the result. All values must be a floating point number between 0 and 1.
>= 0<= 1
The content of the result that was found. The content is only included if requested via the include query parameter.
Show Child Parameters
Function tool call
objectThe ID of the tool call object.
The type of tool call. This is always going to be function for this type of tool call.
Allowed values:function
The definition of the function that was called.