A2APreviewToolboxTool interface
一个存放在工具箱里的A2A工具。
- 扩展
属性
| agent_card_path | 代理卡相对于 的 |
| base_url | 代理的基本 URL。 |
| project_connection_id | A2A 服务器的project中的连接 ID。 该连接存储连接到 A2A 服务器所需的身份验证和其他连接详细信息。 |
| send_credentials_for_agent_card | 当 |
| type | 判别器可能的值:code_interpreter、file_search、web_search、mcp、azure_ai_search、openapi、a2a_preview、browser_automation_preview、reminder_preview、work_iq_preview、fabric_iq_preview、toolbox_search_preview、toolbox_search |
继承属性
| description | 可选的用户自定义描述,用于该工具或配置。 |
| name | 该工具或配置可选择用户自定义名称。 |
| tool_configs | 每个工具的配置图。 键是工具名称或 |
属性详细信息
agent_card_path
代理卡相对于 的 base_url路径。
如果未提供,则默认为 /.well-known/agent-card.json
agent_card_path?: string
属性值
string
base_url
代理的基本 URL。
base_url?: string
属性值
string
project_connection_id
A2A 服务器的project中的连接 ID。 该连接存储连接到 A2A 服务器所需的身份验证和其他连接详细信息。
project_connection_id?: string
属性值
string
send_credentials_for_agent_card
当 true时,Foundry 在获取远程代理的代理卡时发送凭证。 如果调用者未指定某个值(匿名取用),服务默认为。false
send_credentials_for_agent_card?: boolean
属性值
boolean
type
判别器可能的值:code_interpreter、file_search、web_search、mcp、azure_ai_search、openapi、a2a_preview、browser_automation_preview、reminder_preview、work_iq_preview、fabric_iq_preview、toolbox_search_preview、toolbox_search
type: "a2a_preview"
属性值
"a2a_preview"
继承属性详细信息
description
name
tool_configs
每个工具的配置图。 键是工具名称或 * (通用默认)。
分辨率排序:精确的刀具名称匹配优先于 *。
未知的工具名称在运行时会被无声地忽略。
tool_configs?: Record<string, ToolConfig>
属性值
Record<string, ToolConfig>