From 81f7ff461317bd3c58bb2eafddad318e6b804986 Mon Sep 17 00:00:00 2001 From: Leila Messallem Date: Fri, 20 Dec 2024 08:59:58 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a68e193..816f8a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## Next +### Added +- Support for conversations with message history, including a new `message_history` parameter for LLM interactions. +- Ability to include system instructions and override them for specific invocations. +- Summarization of chat history to enhance query embedding and context handling. + +### Changed +- Updated LLM implementations to handle message history consistently across providers. + ## 1.3.0 ### Added