Merge pull request #3430 from pipecat-ai/pk/request-image-frame-fixes

Fix request_image_frame and usage
This commit is contained in:
kompfner
2026-01-13 15:36:44 -05:00
committed by GitHub
13 changed files with 199 additions and 101 deletions

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.