Add changelog for Gemini Live system_instruction fix

This commit is contained in:
Paul Kompfner
2026-03-20 18:31:31 -04:00
parent 19bcc8620c
commit 74686f9190

View File

@@ -0,0 +1 @@
- Fixed Gemini Live (`GoogleGeminiLiveLLMService`) not honoring `settings.system_instruction`. The system instruction was being read from a deprecated constructor parameter instead of the settings object, causing it to be silently ignored.