ProjectsOpenAIModelFactory.MicrosoftFabricAgentTool 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.
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.