ExtensionsOpenAIModelFactory.ResponsesFabricIQPreviewTool Method

Definition

A FabricIQ server-side tool.

public static Azure.AI.Extensions.OpenAI.ResponsesFabricIQPreviewTool ResponsesFabricIQPreviewTool(string projectConnectionId = default, string serverLabel = default, Uri serverUri = default, BinaryData requireApproval = default);
static member ResponsesFabricIQPreviewTool : string * string * Uri * BinaryData -> Azure.AI.Extensions.OpenAI.ResponsesFabricIQPreviewTool
Public Shared Function ResponsesFabricIQPreviewTool (Optional projectConnectionId As String = Nothing, Optional serverLabel As String = Nothing, Optional serverUri As Uri = Nothing, Optional requireApproval As BinaryData = Nothing) As ResponsesFabricIQPreviewTool

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.

requireApproval
BinaryData

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

Returns

A new ResponsesFabricIQPreviewTool instance for mocking.

Applies to