Share via


ProjectsOpenAIModelFactory.FabricDataAgentToolOptions Method

Definition

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.

Applies to