ProjectsAgentsModelFactory.FabricIQPreviewTool Method

Definition

A FabricIQ server-side tool.

public static Azure.AI.Projects.Agents.FabricIQPreviewTool FabricIQPreviewTool(string projectConnectionId = default, string serverLabel = default, Uri serverUri = default, BinaryData requireApprovalInternal = default);
static member FabricIQPreviewTool : string * string * Uri * BinaryData -> Azure.AI.Projects.Agents.FabricIQPreviewTool
Public Shared Function FabricIQPreviewTool (Optional projectConnectionId As String = Nothing, Optional serverLabel As String = Nothing, Optional serverUri As Uri = Nothing, Optional requireApprovalInternal As BinaryData = Nothing) As FabricIQPreviewTool

Parameters

projectConnectionId
String

The ID of the FabricIQ project connection.

serverLabel
String

(Optional) The label of the FabricIQ MCP server to connect to.

serverUri
Uri

(Optional) The URL of the FabricIQ MCP server. If not provided, the URL from the project connection will be used.

requireApprovalInternal
BinaryData

(Optional) Whether the agent requires approval before executing actions. Default is always.

Returns

A new FabricIQPreviewTool instance for mocking.

Applies to