Details of the tool call.

interface ToolCallsStepDetails {
    tool_calls: (CodeToolCall | FunctionToolCall | RetrievalToolCall)[];
    type: "tool_calls";
}

Properties

Properties

An array of tool calls the run step was involved in. These can be associated with one of three types of tools: code_interpreter, retrieval, or function.

type: "tool_calls"

Always tool_calls.

Generated using TypeDoc