Details of the tool call.

interface ToolCallDeltaObject {
    type: "tool_calls";
    tool_calls?: ToolCallDelta[];
}

Properties

Properties

type: "tool_calls"

Always tool_calls.

tool_calls?: ToolCallDelta[]

An 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.