Share via


ProjectsOpenAIModelFactory.MicrosoftFabricAgentTool Method

Definition

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

public static Azure.AI.Projects.OpenAI.MicrosoftFabricAgentTool MicrosoftFabricAgentTool(Azure.AI.Projects.OpenAI.FabricDataAgentToolOptions fabricDataagentPreview = default);
static member MicrosoftFabricAgentTool : Azure.AI.Projects.OpenAI.FabricDataAgentToolOptions -> Azure.AI.Projects.OpenAI.MicrosoftFabricAgentTool
Public Shared Function MicrosoftFabricAgentTool (Optional fabricDataagentPreview As FabricDataAgentToolOptions = Nothing) As MicrosoftFabricAgentTool

Parameters

fabricDataagentPreview
FabricDataAgentToolOptions

The fabric data agent tool parameters.

Returns

A new MicrosoftFabricAgentTool instance for mocking.

Applies to