SharePointToolResource
Class sealed net8.0
A Foundry tool resource that grounds an agent's responses using SharePoint data.
namespace Aspire.Hosting.Foundry;
public sealed class SharePointToolResource : Aspire.Hosting.Foundry.FoundryToolResource{ // ...}Remarks
Section titled Remarks SharePoint connections must be configured in the Foundry project beforehand. This tool references existing connections by their Foundry project connection IDs.
Constructors1
Section titled ConstructorsSharePointToolResource(string, AzureCognitiveServicesProjectResource, string[]) Creates a new instance of the
SharePointToolResource class.