SharePointToolResource Constructors
Class Constructors 1 member
A Foundry tool resource that grounds an agent's responses using SharePoint data.
Constructor(string, AzureCognitiveServicesProjectResource, string[]) Section titled Constructor(string, AzureCognitiveServicesProjectResource, string[]) Creates a new instance of the
SharePointToolResource class. public sealed class SharePointToolResource{ public SharePointToolResource( string name, AzureCognitiveServicesProjectResource project, params string[] projectConnectionIds) { // ... }}Parameters
name string The name of the tool resource. project AzureCognitiveServicesProjectResource The parent Foundry project resource. projectConnectionIds string[] The Foundry project connection IDs for the SharePoint sites.