Fix turn completion mixin not resetting state after each LLM response

This commit is contained in:
radhikagpt1208
2026-03-08 13:01:59 +05:30
committed by Mark Backman
parent edd568b002
commit b14c8e0e94
3 changed files with 44 additions and 5 deletions

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

@@ -0,0 +1 @@
- Fixed turn completion state not resetting at end of LLM responses. `LLMFullResponseEndFrame` is pushed (not received) by the LLM service, so the mixin now handles it in `push_frame` instead of `process_frame`.