Code interpreter image output
objectThe index of the output in the outputs array.
Always image.
Allowed values:image
Show Child Parameters
Code interpreter log output
objectText output from the Code Interpreter tool call as part of a run step.
The index of the output in the outputs array.
Always logs.
Allowed values:logs
The text output from the Code Interpreter tool call.
File search tool call
objectThe index of the tool call in the tool calls array.
The 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.
Function tool call
objectThe index of the tool call in the tool calls array.
The 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.
Show Child Parameters
Tool calls
objectDetails of the tool call.
Always tool_calls.
Allowed values:tool_calls
One OfAn array of tool calls the run step was involved in. These can be associated with one of three types of tools: code_interpreter, file_search, or function.
Details of the Code Interpreter tool call the run step was involved in.