.NET ChatHistory Summarization Reducer #10980
Unanswered
romainsemur
asked this question in
Q&A
Replies: 1 comment
-
@romainsemur have you had a look at these .Net Chat History Reducer samples? https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples/Concepts/ChatCompletion/ChatHistoryReducers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a ecommerce Chatbot context, does anyone have a good suggestion for the 2 parameters targetCount and thresholdCount ?
I want to fastly resume my ChatHistory and I don't want to keep the tools result for the next message. When to resume to keep relevance and save token usage ?
Beta Was this translation helpful? Give feedback.
All reactions