RunStepConnectedAgent interface

The detailed information about connected agent tool call.

Properties

agentId

The ID of a connected agent.

arguments

The JSON serialized query to the connected agent.

name

The name of connected agent.

output

The tool output.

runId

The run ID used by the connected agent.

threadId

The thread ID used by the connected agent.

Property Details

agentId

The ID of a connected agent.

agentId?: string

Property Value

string

arguments

The JSON serialized query to the connected agent.

arguments?: string

Property Value

string

name

The name of connected agent.

name?: string

Property Value

string

output

The tool output.

output?: string

Property Value

string

runId

The run ID used by the connected agent.

runId?: string

Property Value

string

threadId

The thread ID used by the connected agent.

threadId?: string

Property Value

string