RunStepToolCallDetails interface

The detailed information associated with a run step calling tools.

Properties

toolCalls

A list of tool call details for this run step.

type

The object type, which is always 'tool_calls'.

Property Details

toolCalls

A list of tool call details for this run step.

toolCalls: ToolCall[]

Property Value

type

The object type, which is always 'tool_calls'.

type: "tool_calls"

Property Value

"tool_calls"