From 05157129e298431be2a053a325ef88835c45e924 Mon Sep 17 00:00:00 2001 From: Chad Bailey Date: Wed, 18 Mar 2026 23:31:18 +0000 Subject: [PATCH] added changelog --- changelog/4078.changed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4078.changed.md diff --git a/changelog/4078.changed.md b/changelog/4078.changed.md new file mode 100644 index 000000000..1c5882753 --- /dev/null +++ b/changelog/4078.changed.md @@ -0,0 +1 @@ +- Upcoming Gemini Live models don't support replacing the context during a session, so creating a single response (by using an `LLMMessagesAppendFrame` without a context manager, for example) will return an error with those models.