Added a changelog fragment for PR 3406

This commit is contained in:
Paul Kompfner
2026-01-23 14:55:53 -05:00
committed by Mark Backman
parent 4ea546785f
commit 15d5d1159e

1
changelog/3406.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed an issue where if you were using `OpenRouterLLMService` with a Gemini model, it wouldn't handle multiple `"system"` messages as expected (and as we do in `GoogleLLMService`), which is to convert subsequent ones into `"user"` messages. Instead, the latest `"system"` message would overwrite the previous ones.