-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python: ChatHistory Reduction #10102
Comments
I've already got this underway for the agent framework based on #7969. Is this something separate? |
We currently have this Blog post https://devblogs.microsoft.com/semantic-kernel/managing-chat-history-for-large-language-models-llms/ which describes how to manage chat history and includes samples for .Net only. The purpose of this task is to extend this to Python also. |
Thank you. Very helpful. |
Minimum is to create Python samples equivalent to what we have in .NET
The text was updated successfully, but these errors were encountered: