2 instantiations of ThrowingCurrentAsyncEnumerable
Microsoft.Extensions.AI.Tests (2)
ChatRouting\FailoverChatClientTests.cs (2)
895
var failedStream = new
ThrowingCurrentAsyncEnumerable
(currentException);
930
var failedStream = new
ThrowingCurrentAsyncEnumerable
(new InvalidOperationException("current failed"));
3 references to ThrowingCurrentAsyncEnumerable
Microsoft.Extensions.AI.Tests (3)
ChatRouting\FailoverChatClientTests.cs (3)
895
var
failedStream = new ThrowingCurrentAsyncEnumerable(currentException);
930
var
failedStream = new ThrowingCurrentAsyncEnumerable(new InvalidOperationException("current failed"));
1260
ThrowingCurrentAsyncEnumerable
owner,