MicrosoftFabricPreviewTool(FabricDataAgentToolOptions) Constructor
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.
Initializes a new instance of MicrosoftFabricPreviewTool.
public MicrosoftFabricPreviewTool(Azure.AI.Projects.Agents.FabricDataAgentToolOptions toolOptions);
new Azure.AI.Projects.Agents.MicrosoftFabricPreviewTool : Azure.AI.Projects.Agents.FabricDataAgentToolOptions -> Azure.AI.Projects.Agents.MicrosoftFabricPreviewTool
Public Sub New (toolOptions As FabricDataAgentToolOptions)
Parameters
- toolOptions
- FabricDataAgentToolOptions
The fabric data agent tool parameters.
Exceptions
toolOptions is null.