ResponsesMicrosoftFabricPreviewTool 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 ResponsesMicrosoftFabricPreviewTool.
public ResponsesMicrosoftFabricPreviewTool(Azure.AI.Extensions.OpenAI.ResponsesFabricDataAgentToolOptions fabricDataagentPreview);
new Azure.AI.Extensions.OpenAI.ResponsesMicrosoftFabricPreviewTool : Azure.AI.Extensions.OpenAI.ResponsesFabricDataAgentToolOptions -> Azure.AI.Extensions.OpenAI.ResponsesMicrosoftFabricPreviewTool
Public Sub New (fabricDataagentPreview As ResponsesFabricDataAgentToolOptions)
Parameters
- fabricDataagentPreview
- ResponsesFabricDataAgentToolOptions
The fabric data agent tool parameters.
Exceptions
fabricDataagentPreview is null.