Files
pipecat/changelog/3430.fixed.md
Aleix Conchillo Flaqué 21534f7d83 added changelog file for #3430
2026-01-13 12:21:22 -08:00

2 lines
355 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
- 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.