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

RunStepDetailsActivity interface

表示与给定步骤关联的活动列表。

属性

id

活动 ID。

serverLabel

服务器标签。

tools

支持的功能列表。

type

活动类型,始终为“mcp_list_tools”。

属性详细信息

id

活动 ID。

id: string

属性值

string

serverLabel

服务器标签。

serverLabel: string

属性值

string

tools

支持的功能列表。

tools: Record<string, ActivityFunctionDefinition>

属性值

Record<string, ActivityFunctionDefinition>

type

活动类型,始终为“mcp_list_tools”。

type: "mcp_list_tools"

属性值

"mcp_list_tools"