你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RunStepConnectedAgent interface

有关连接的代理工具调用的详细信息。

属性

agentId

已连接代理的 ID。

arguments

JSON 序列化查询到已连接的代理。

name

已连接代理的名称。

output

工具输出。

runId

连接的代理使用的运行 ID。

threadId

连接的代理使用的线程 ID。

属性详细信息

agentId

已连接代理的 ID。

agentId?: string

属性值

string

arguments

JSON 序列化查询到已连接的代理。

arguments?: string

属性值

string

name

已连接代理的名称。

name?: string

属性值

string

output

工具输出。

output?: string

属性值

string

runId

连接的代理使用的运行 ID。

runId?: string

属性值

string

threadId

连接的代理使用的线程 ID。

threadId?: string

属性值

string