RunStepDeltaConnectedAgentToolCall interface
Represents the invocation of connected agent as a part of a streaming run step.
- Extends
Properties
| connected |
The collection of tool calls for the tool call detail item. |
| type | The object type, which is always "connected_agent". |
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
connectedAgent
The collection of tool calls for the tool call detail item.
connectedAgent: RunStepConnectedAgent
Property Value
type
The object type, which is always "connected_agent".
type: "connected_agent"
Property Value
"connected_agent"
Inherited Property Details
id
The ID of the tool call, used when submitting outputs to the run.
id: string
Property Value
string
Inherited From RunStepDeltaToolCall.id
index
The index of the tool call detail in the run step's tool_calls array.
index: number
Property Value
number
Inherited From RunStepDeltaToolCall.index