1 write to ReduceAsyncCallCount
Microsoft.Extensions.AI.Tests (1)
ChatCompletion\ReducingChatClientTests.cs (1)
183
ReduceAsyncCallCount
++;
2 references to ReduceAsyncCallCount
Microsoft.Extensions.AI.Tests (2)
ChatCompletion\ReducingChatClientTests.cs (2)
90
Assert.Equal(1, reducer.
ReduceAsyncCallCount
);
119
Assert.Equal(1, reducer.
ReduceAsyncCallCount
);