1 implementation of ReduceAsync
Microsoft.Extensions.AI.Integration.Tests (1)
ReducingChatClientTests.cs (1)
141public async Task<IList<ChatMessage>?> ReduceAsync(IList<ChatMessage> chatMessages, bool inPlace, CancellationToken cancellationToken)
1 reference to ReduceAsync
Microsoft.Extensions.AI.Integration.Tests (1)
ReducingChatClientTests.cs (1)
102await _reducer.ReduceAsync(chatMessages, _inPlace, cancellationToken).ConfigureAwait(false) ??