3 references to WithReference
Aspire.Hosting.Foundry.Tests (3)
PromptAgentTests.cs (3)
313
var tool = project.AddBingGroundingTool("bing").
WithReference
(bingResourceId);
326
var tool = project.AddBingGroundingTool("bing").
WithReference
(bingResourceId);
328
Assert.Throws<InvalidOperationException>(() => tool.
WithReference
(bingResourceId));