1 implementation of IChatReducer
Microsoft.Extensions.AI.Integration.Tests (1)
ReducingChatClientTests.cs (1)
119
public sealed class TokenCountingChatReducer :
IChatReducer
4 references to IChatReducer
Microsoft.Extensions.AI.Integration.Tests (4)
ReducingChatClientTests.cs (4)
63
private readonly
IChatReducer
_reducer;
68
public ReducingChatClient(IChatClient innerClient,
IChatReducer
reducer)
109
public static ChatClientBuilder UseChatReducer(this ChatClientBuilder builder,
IChatReducer
reducer)
118
/// <summary>An <see cref="
IChatReducer
"/> that culls the oldest messages once a certain token threshold is reached.</summary>