Merge pull request #3957 from pipecat-ai/mb/user-turn-completion-system-instruction

Move turn completion instructions to system_instruction
This commit is contained in:
Mark Backman
2026-03-09 09:17:06 -04:00
committed by GitHub
5 changed files with 155 additions and 13 deletions

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

@@ -0,0 +1 @@
- Fixed turn completion instructions being injected as a context system message instead of using `system_instruction`. This caused warning spam when `system_instruction` was also set and didn't persist across full context updates.