Add changelog for #3976

This commit is contained in:
Aleix Conchillo Flaqué
2026-03-10 09:26:26 -07:00
parent 153705f05b
commit db27aaa790

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

@@ -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.