RunStepConnectedAgent interface
有关连接的代理工具调用的详细信息。
属性
| agent |
已连接代理的 ID。 |
| arguments | JSON 序列化查询到已连接的代理。 |
| name | 已连接代理的名称。 |
| output | 工具输出。 |
| run |
连接的代理使用的运行 ID。 |
| thread |
连接的代理使用的线程 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