From db27aaa7903c3697a426dc6add1be6f3ef8321fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 10 Mar 2026 09:26:26 -0700 Subject: [PATCH] Add changelog for #3976 --- changelog/3976.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3976.fixed.md diff --git a/changelog/3976.fixed.md b/changelog/3976.fixed.md new file mode 100644 index 000000000..3153cdcbe --- /dev/null +++ b/changelog/3976.fixed.md @@ -0,0 +1 @@ +- Fixed `GoogleLLMService` ignoring the `system_instruction` set via constructor or `GoogleLLMSettings` when a system message was also present in the context. The settings value now correctly takes priority, and a warning is logged when both are set.