From 74686f919060d4fc2242b8bff9d0db6ad9eb3e8d Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Fri, 20 Mar 2026 18:31:31 -0400 Subject: [PATCH] Add changelog for Gemini Live system_instruction fix --- changelog/4089.fixed.2.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4089.fixed.2.md 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.