1 instantiation of SharePointToolResource
Aspire.Hosting.Foundry (1)
PromptAgent\PromptAgentBuilderExtensions.cs (1)
505var resource = new SharePointToolResource(name, project.Resource, projectConnectionIds);
5 references to SharePointToolResource
Aspire.Hosting.Foundry (3)
PromptAgent\PromptAgentBuilderExtensions.cs (2)
497public static IResourceBuilder<SharePointToolResource> AddSharePointTool( 505var resource = new SharePointToolResource(name, project.Resource, projectConnectionIds);
ToolResources\ConfigOnlyToolDefinitions.cs (1)
21/// Creates a new instance of the <see cref="SharePointToolResource"/> class.
Aspire.Hosting.Foundry.Tests (2)
PromptAgentTests.cs (2)
382Assert.IsType<SharePointToolResource>(tool.Resource); 466Assert.IsType<SharePointToolResource>(agent.Resource.Tools[3]);