3 references to WithReference
Aspire.Hosting.Foundry.Tests (3)
PromptAgentTests.cs (3)
284var tool = project.AddBingGroundingTool("bing").WithReference(connection); 300var tool = project.AddBingGroundingTool("bing").WithReference(conn1); 302Assert.Throws<InvalidOperationException>(() => tool.WithReference(conn2));