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