Files
pipecat/changelog/4405.added.5.md
Aleix Conchillo Flaqué 1fa0310ea8 Add changelog for #4405
2026-05-07 17:46:15 -07:00

421 B

  • Added ExternalUserTurnCompletionStopStrategy in pipecat.turns.user_stop — a generic stop strategy that finalizes the user turn whenever a UserTurnCompletedFrame arrives, regardless of which component produced it. LLMTurnCompletionUserTurnStopStrategy now extends this base; future producers (Flux, custom end-of-turn classifiers, etc.) can use the base directly or subclass it to add producer-specific setup.