ProjectsAgentsModelFactory.MicrosoftFabricPreviewTool Method

Definition

The input definition information for a Microsoft Fabric tool as used to configure an agent.

public static Azure.AI.Projects.Agents.MicrosoftFabricPreviewTool MicrosoftFabricPreviewTool(string name = default, string description = default, Azure.AI.Projects.Agents.FabricDataAgentToolOptions toolOptions = default);
static member MicrosoftFabricPreviewTool : string * string * Azure.AI.Projects.Agents.FabricDataAgentToolOptions -> Azure.AI.Projects.Agents.MicrosoftFabricPreviewTool
Public Shared Function MicrosoftFabricPreviewTool (Optional name As String = Nothing, Optional description As String = Nothing, Optional toolOptions As FabricDataAgentToolOptions = Nothing) As MicrosoftFabricPreviewTool

Parameters

name
String

Optional user-defined name for this tool or configuration.

description
String

Optional user-defined description for this tool or configuration.

toolOptions
FabricDataAgentToolOptions

The fabric data agent tool parameters.

Returns

A new MicrosoftFabricPreviewTool instance for mocking.

Applies to