diff --git a/changelog/4130.changed.md b/changelog/4130.changed.md new file mode 100644 index 000000000..66b38ffb7 --- /dev/null +++ b/changelog/4130.changed.md @@ -0,0 +1 @@ +- ⚠️ Realtime services (Gemini Live, OpenAI Realtime, Grok Realtime, Nova Sonic) now prefer `system_instruction` from service settings over an initial system message in the LLM context, matching the behavior of non-realtime services. Previously, context-provided system instructions took precedence. A warning is now logged when both are set.