1 instantiation of SharePointToolResource
Aspire.Hosting.Foundry (1)
PromptAgent\PromptAgentBuilderExtensions.cs (1)
505
var resource = new
SharePointToolResource
(name, project.Resource, projectConnectionIds);
5 references to SharePointToolResource
Aspire.Hosting.Foundry (3)
PromptAgent\PromptAgentBuilderExtensions.cs (2)
497
public static IResourceBuilder<
SharePointToolResource
> AddSharePointTool(
505
var
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)
382
Assert.IsType<
SharePointToolResource
>(tool.Resource);
466
Assert.IsType<
SharePointToolResource
>(agent.Resource.Tools[3]);