diff --git a/changelog/4089.fixed.2.md b/changelog/4089.fixed.2.md new file mode 100644 index 000000000..43f302096 --- /dev/null +++ b/changelog/4089.fixed.2.md @@ -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.