Share via


ProjectsOpenAIModelFactory.SharePointGroundingToolOptions Method

Definition

The sharepoint grounding tool parameters.

public static Azure.AI.Projects.OpenAI.SharePointGroundingToolOptions SharePointGroundingToolOptions(System.Collections.Generic.IEnumerable<Azure.AI.Projects.OpenAI.ToolProjectConnection> projectConnections = default);
static member SharePointGroundingToolOptions : seq<Azure.AI.Projects.OpenAI.ToolProjectConnection> -> Azure.AI.Projects.OpenAI.SharePointGroundingToolOptions
Public Shared Function SharePointGroundingToolOptions (Optional projectConnections As IEnumerable(Of ToolProjectConnection) = Nothing) As SharePointGroundingToolOptions

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 SharePointGroundingToolOptions instance for mocking.

Applies to