ProjectsOpenAIModelFactory.FabricDataAgentToolOptions 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 fabric data agent tool parameters.
public static Azure.AI.Projects.OpenAI.FabricDataAgentToolOptions FabricDataAgentToolOptions(System.Collections.Generic.IEnumerable<Azure.AI.Projects.OpenAI.ToolProjectConnection> projectConnections = default);
static member FabricDataAgentToolOptions : seq<Azure.AI.Projects.OpenAI.ToolProjectConnection> -> Azure.AI.Projects.OpenAI.FabricDataAgentToolOptions
Public Shared Function FabricDataAgentToolOptions (Optional projectConnections As IEnumerable(Of ToolProjectConnection) = Nothing) As FabricDataAgentToolOptions
Parameters
- projectConnections
- IEnumerable<ToolProjectConnection>
The project connections attached to this tool. There can be a maximum of 1 connection resource attached to the tool.
Returns
A new FabricDataAgentToolOptions instance for mocking.