From b8af3fa2141688e5a2bfe3310f900c0cfd6ca152 Mon Sep 17 00:00:00 2001 From: filipi87 Date: Thu, 8 Jan 2026 14:53:29 -0300 Subject: [PATCH] Improving should_interrupt docs for Speechmatics. --- src/pipecat/services/speechmatics/stt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/services/speechmatics/stt.py b/src/pipecat/services/speechmatics/stt.py index 4f638d6a8..5d6a5e205 100644 --- a/src/pipecat/services/speechmatics/stt.py +++ b/src/pipecat/services/speechmatics/stt.py @@ -299,7 +299,7 @@ class SpeechmaticsSTTService(STTService): or defaults to `wss://eu2.rt.speechmatics.com/v2`. sample_rate: Optional audio sample rate in Hz. params: Optional[InputParams]: Input parameters for the service. - should_interrupt: Determine whether the bot should be interrupted when Speechmatics detects that the user is speaking. + should_interrupt: Determine whether the bot should be interrupted when Speechmatics turn_detection_mode is configured to detect user speech. **kwargs: Additional arguments passed to STTService. """ super().__init__(sample_rate=sample_rate, **kwargs)