14 references to YieldUpdates
Microsoft.Extensions.AI.Tests (14)
ChatRouting\FailoverChatClientTests.cs (12)
268return YieldUpdates("ok"); 308return YieldUpdates("ok"); 645GetStreamingResponseAsyncCallback = (_, _, _) => YieldUpdates("ok"), 777return YieldUpdates("ok"); 805return YieldUpdates("ok"); 855GetStreamingResponseAsyncCallback = (_, _, _) => YieldUpdates("ok"), 878GetStreamingResponseAsyncCallback = (_, _, _) => YieldUpdates("ok"), 902GetStreamingResponseAsyncCallback = (_, _, _) => YieldUpdates("ok"), 985GetStreamingResponseAsyncCallback = (_, _, _) => YieldUpdates("ok"), 1066GetStreamingResponseAsyncCallback = (_, _, _) => YieldUpdates("a", "b"), 1095GetStreamingResponseAsyncCallback = (_, _, _) => YieldUpdates(), 1122GetStreamingResponseAsyncCallback = (_, _, _) => YieldUpdates("a", "b"),
ChatRouting\OrderedFailoverChatClientTests.cs (2)
200GetStreamingResponseAsyncCallback = (_, _, _) => YieldUpdates("first", "second"), 283GetStreamingResponseAsyncCallback = (_, _, _) => YieldUpdates("ok"),