ProjectsOpenAIModelFactory.SharePointGroundingToolOptions 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 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.