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.