RunStepDeltaToolCallParent interface
The abstract base representation of a single tool call within a streaming run step's delta tool call details.
Properties
id | The ID of the tool call, used when submitting outputs to the run. |
index | The index of the tool call detail in the run step's tool_calls array. |
type | The type of the tool call detail item in a streaming run step's details. |
Property Details
id
The ID of the tool call, used when submitting outputs to the run.
id: string
Property Value
string
index
The index of the tool call detail in the run step's tool_calls array.
index: number
Property Value
number
type
The type of the tool call detail item in a streaming run step's details.
type: string
Property Value
string