Details of the tool call.

interface ToolCallsStepDetails {
    tool_calls: OpenAIClient.Beta.Threads.Runs.Steps.ToolCall[];
    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, file_search, or function.

type: "tool_calls"

Always tool_calls.