FoundryAITool.CreateSharepointTool(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.
Creates an AITool for SharePoint grounding.
public static Microsoft.Extensions.AI.AITool CreateSharepointTool(Azure.AI.Projects.Agents.SharePointGroundingToolOptions options);
static member CreateSharepointTool : Azure.AI.Projects.Agents.SharePointGroundingToolOptions -> Microsoft.Extensions.AI.AITool
Public Shared Function CreateSharepointTool (options As SharePointGroundingToolOptions) As AITool
Parameters
- options
- SharePointGroundingToolOptions
The SharePoint grounding configuration options.
Returns
An AITool for SharePoint grounding.