Files
pipecat/changelog/3896.added.md
2026-03-02 13:26:45 -08:00

271 B

  • Added broadcast_interruption() to FrameProcessor. This method pushes an InterruptionFrame both upstream and downstream directly from the calling processor, avoiding the round-trip through the pipeline task that push_interruption_task_frame_and_wait() required.