Add changelog for #4295
This commit is contained in:
1
changelog/4295.fixed.md
Normal file
1
changelog/4295.fixed.md
Normal file
@@ -0,0 +1 @@
|
||||
- Fixed `LLMContextSummarizer` failing with "No messages to summarize" when using `system_instruction` instead of a system-role message at the start of the context. The summarizer previously scanned the entire context for the first system message, which could match a mid-conversation injection (e.g. idle notifications) instead of the initial prompt, causing the summarization range to be empty.
|
||||
Reference in New Issue
Block a user