FabricIQPreviewTool 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 server-side tool.
public class FabricIQPreviewTool : Azure.AI.Projects.Agents.ProjectsAgentTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.FabricIQPreviewTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.FabricIQPreviewTool>
type FabricIQPreviewTool = class
inherit ProjectsAgentTool
interface IJsonModel<FabricIQPreviewTool>
interface IPersistableModel<FabricIQPreviewTool>
Public Class FabricIQPreviewTool
Inherits ProjectsAgentTool
Implements IJsonModel(Of FabricIQPreviewTool), IPersistableModel(Of FabricIQPreviewTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| FabricIQPreviewTool(String) |
Initializes a new instance of FabricIQPreviewTool. |
Properties
| Name | Description |
|---|---|
| Description |
Optional user-defined description for this tool or configuration. |
| Name |
Optional user-defined name for this tool or configuration. |
| ProjectConnectionId |
The ID of the FabricIQ project connection. |
| RequireApproval |
(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. |
| ServerUrl |
(Optional) The URL of the FabricIQ MCP server. If not provided, the URL from the project connection will be used. |