Merge pull request #3888 from pipecat-ai/mb/fix-filter-incomplete-turns

Re-inject turn completion instructions after LLM context reset
This commit is contained in:
Mark Backman
2026-03-02 08:03:08 -05:00
committed by GitHub
3 changed files with 27 additions and 0 deletions

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

@@ -0,0 +1 @@
- Fixed turn completion instructions being lost when `LLMMessagesUpdateFrame` replaces the LLM context. When `filter_incomplete_user_turns` is enabled, the turn completion system message is now re-injected after context replacement.