Add changelog for #4501

This commit is contained in:
Aleix Conchillo Flaqué
2026-05-15 14:51:31 -07:00
parent 63064860ef
commit d39e6bf921

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

@@ -0,0 +1 @@
- 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.