FrameProcessor: use finished_event for push_interruption_task_frame_and_wait

This commit is contained in:
Aleix Conchillo Flaqué
2025-10-10 20:27:50 -07:00
parent c33b81bb92
commit 234aae3091
2 changed files with 20 additions and 27 deletions

View File

@@ -53,6 +53,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue that would cause wrong user/assistant context ordering when
using interruption strategies.
- Fixed an issue where the `SmallWebRTCRequest` dataclass in runner would scrub
arbitrary request data from client due to camelCase typing. This fixes data
passthrough for JS clients where `APIRequest` is used.