From 21534f7d8300302d4d3b60daad5da392ecc84440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 13 Jan 2026 12:21:22 -0800 Subject: [PATCH] added changelog file for #3430 --- changelog/3430.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3430.fixed.md diff --git a/changelog/3430.fixed.md b/changelog/3430.fixed.md new file mode 100644 index 000000000..6f689eb78 --- /dev/null +++ b/changelog/3430.fixed.md @@ -0,0 +1 @@ +- Fixed `request_image_frame` (for backwards compatibility) and restored function-call–related fields in `UserImageRequestFrame` and `UserImageRawFrame`, preventing a case where adding a non-LLM message to the context could trigger duplicate LLM inferences (on image arrival and on function-call result), potentially causing an infinite inference loop.