Files
pipecat/changelog/4501.fixed.md
Aleix Conchillo Flaqué d39e6bf921 Add changelog for #4501
2026-05-15 14:54:51 -07:00

325 B

  • Fixed bot hangs when filter_incomplete_user_turns was enabled and the LLM responded by calling a tool. The user turn never finalized, so the assistant aggregator gated the tool-result context push and the LLM continuation never ran. Tool calls now finalize the turn the moment they start, before the function dispatches.