Package version:

Interface RunStepToolCallDetails

The detailed information associated with a run step calling tools.

interface RunStepToolCallDetails {
    toolCalls: {};
    type: "tool_calls";
}

Hierarchy (view full)

Properties

Properties

toolCalls: {}

A list of tool call details for this run step.

type

The object type, which is always 'tool_calls'.