added changelog file for #3430

This commit is contained in:
Aleix Conchillo Flaqué
2026-01-13 12:21:22 -08:00
parent 9d6067fa78
commit 21534f7d83

1
changelog/3430.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed `request_image_frame` (for backwards compatibility) and restored function-callrelated 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.