1 instantiation of ThrowingAsyncEnumerable
Microsoft.Extensions.AI.Tests (1)
Functions\AIFunctionFactoryTest.cs (1)
119
func = AIFunctionFactory.Create(() => (IAsyncEnumerable<int>)new
ThrowingAsyncEnumerable
());