RunStepConnectedAgentToolCall interface

A record of a call to the connected agent.

Extends

Properties

connectedAgent

The connected agent step information.

type

The object type, which is always 'connected_agent'.

Inherited Properties

id

The ID of the tool call. This ID must be referenced when you submit tool outputs.

Property Details

connectedAgent

The connected agent step information.

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. This ID must be referenced when you submit tool outputs.

id: string

Property Value

string

Inherited From RunStepToolCall.id