RunStepDeltaFunctionToolCall interface
Represents a function tool call within a streaming run step's tool call details.
- Extends
Properties
function | The function data for the tool call. |
type | The object type, which is always "function." |
Inherited 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. |
Property Details
function
The function data for the tool call.
function?: RunStepDeltaFunction
Property Value
type
The object type, which is always "function."
type: "function"
Property Value
"function"
Inherited Property Details
id
The ID of the tool call, used when submitting outputs to the run.
id: string
Property Value
string
Inherited From RunStepDeltaToolCallParent.id
index
The index of the tool call detail in the run step's tool_calls array.
index: number
Property Value
number
Inherited From RunStepDeltaToolCallParent.index