FabricIQPreviewToolboxTool interface
一個儲存在工具箱中的 FabricIQ 工具。
- Extends
屬性
| project_connection_id | FabricIQ 專案連結的 ID。 |
| require_approval | (可選)代理人是否需要在執行行動前獲得批准。 預設永遠是。 |
| server_label | (可選)連接 FabricIQ MCP 伺服器的標籤。 |
| server_url | (可選)FabricIQ MCP 伺服器的網址。 若未提供,將使用專案連線的 URL。 |
| 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 | 每個工具的配置地圖。 鍵是工具名稱或 |
屬性詳細資料
project_connection_id
FabricIQ 專案連結的 ID。
project_connection_id: string
屬性值
string
require_approval
(可選)代理人是否需要在執行行動前獲得批准。 預設永遠是。
require_approval?: string | MCPToolRequireApproval
屬性值
string | MCPToolRequireApproval
server_label
(可選)連接 FabricIQ MCP 伺服器的標籤。
server_label?: string
屬性值
string
server_url
(可選)FabricIQ MCP 伺服器的網址。 若未提供,將使用專案連線的 URL。
server_url?: string
屬性值
string
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: "fabric_iq_preview"
屬性值
"fabric_iq_preview"
繼承的屬性詳細資料
description
name
tool_configs
每個工具的配置地圖。 鍵是工具名稱或 * (通用預設)。
解析度排序:精確的刀具名稱匹配優先於 *。
未知的工具名稱在執行時會被默默忽略。
tool_configs?: Record<string, ToolConfig>
屬性值
Record<string, ToolConfig>