421 B
421 B
- Added
ExternalUserTurnCompletionStopStrategyinpipecat.turns.user_stop— a generic stop strategy that finalizes the user turn whenever aUserTurnCompletedFramearrives, regardless of which component produced it.LLMTurnCompletionUserTurnStopStrategynow 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.