ProjectsAgentsModelFactory.FabricIQPreviewTool Method
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 static Azure.AI.Projects.Agents.FabricIQPreviewTool FabricIQPreviewTool(string projectConnectionId = default, string serverLabel = default, Uri serverUrl = default, BinaryData requireApproval = default, string name = default, string description = default);
static member FabricIQPreviewTool : string * string * Uri * BinaryData * string * string -> Azure.AI.Projects.Agents.FabricIQPreviewTool
Public Shared Function FabricIQPreviewTool (Optional projectConnectionId As String = Nothing, Optional serverLabel As String = Nothing, Optional serverUrl As Uri = Nothing, Optional requireApproval As BinaryData = Nothing, Optional name As String = Nothing, Optional description As String = 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.
- serverUrl
- 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.
- name
- String
Optional user-defined name for this tool or configuration.
- description
- String
Optional user-defined description for this tool or configuration.
Returns
A new FabricIQPreviewTool instance for mocking.