1 implementation of ReduceAsync
Microsoft.Extensions.AI.Integration.Tests (1)
ReducingChatClientTests.cs (1)
142
public 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)
103
await _reducer.
ReduceAsync
(chatMessages, _inPlace, cancellationToken).ConfigureAwait(false) ??