Closed thnak closed 3 months ago
The recent update to the Chat
class enhances its functionality by modifying the History
property. Previously read-only, the History
property can now be both retrieved and modified. This change allows external code to dynamically manage the chat history, enabling a more interactive user experience as messages can be added or removed after the chat instance is created.
Files | Change Summary |
---|---|
src/libs/Ollama/Chat.cs |
History property changed from public List<Message> History { get; } to public List<Message> History { get; set; } |
In the garden where chats unfold,
A property changed, a story told.
With setters now, messages flow,
A lively history, watch it grow!
Hopping with joy, a rabbit’s delight,
In the world of code, all feels just right! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Thanks for your best! For some reason, we have to end the chat session and then come back and continue that chat session. so I think we need this
Summary by CodeRabbit