RunStepDeltaToolCallObject interface
Represents an invocation of tool calls as part of a streaming run step.
- Extends
Properties
tool |
The collection of tool calls for the tool call detail item. |
type | The object type, which is always "tool_calls." |
Property Details
toolCalls
The collection of tool calls for the tool call detail item.
toolCalls?: RunStepDeltaToolCall[]
Property Value
type
The object type, which is always "tool_calls."
type: "tool_calls"
Property Value
"tool_calls"