FabricIQPreviewToolboxTool Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A FabricIQ tool stored in a toolbox.
public class FabricIQPreviewToolboxTool : Azure.AI.Projects.Agents.ToolboxTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.FabricIQPreviewToolboxTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.FabricIQPreviewToolboxTool>
type FabricIQPreviewToolboxTool = class
inherit ToolboxTool
interface IJsonModel<FabricIQPreviewToolboxTool>
interface IPersistableModel<FabricIQPreviewToolboxTool>
Public Class FabricIQPreviewToolboxTool
Inherits ToolboxTool
Implements IJsonModel(Of FabricIQPreviewToolboxTool), IPersistableModel(Of FabricIQPreviewToolboxTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| FabricIQPreviewToolboxTool(String) |
Initializes a new instance of FabricIQPreviewToolboxTool. |
Properties
| Name | Description |
|---|---|
| Description |
Optional user-defined description for this tool or configuration. (Inherited from ToolboxTool) |
| Name |
Optional user-defined name for this tool or configuration. (Inherited from ToolboxTool) |
| ProjectConnectionId |
The ID of the FabricIQ project connection. |
| RequireApproval |
Approval policy for FabricIQ tools. |
| RequireApprovalInternal |
(Optional) Whether the agent requires approval before executing actions. Default is always. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). <remarks> Supported types:
Examples:
|
| ServerLabel |
(Optional) The label of the FabricIQ MCP server to connect to. |
| ServerUri |
(Optional) The URL of the FabricIQ MCP server. If not provided, the URL from the project connection will be used. |
| ToolConfigs |
Per-tool configuration map. Keys are tool names or |