From 15d5d1159e0e771178a1f6eca9732db2e91b620a Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Fri, 23 Jan 2026 14:55:53 -0500 Subject: [PATCH] Added a changelog fragment for PR 3406 --- changelog/3406.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3406.fixed.md diff --git a/changelog/3406.fixed.md b/changelog/3406.fixed.md new file mode 100644 index 000000000..b4eae4548 --- /dev/null +++ b/changelog/3406.fixed.md @@ -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.