From c8fa9d34e10afd03ea6fd74db8bacc5c025b5ec3 Mon Sep 17 00:00:00 2001 From: filipi87 Date: Thu, 8 Jan 2026 10:58:07 -0300 Subject: [PATCH] Adding a changelog entry for the new should_interrupt property. --- changelog/3374.added.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3374.added.md diff --git a/changelog/3374.added.md b/changelog/3374.added.md new file mode 100644 index 000000000..eb04650ef --- /dev/null +++ b/changelog/3374.added.md @@ -0,0 +1 @@ +- Added `should_interrupt` property to `DeepgramFluxSTTService`, `DeepgramSTTService`, and `SpeechmaticsSTTService` to configure whether the bot should be interrupted when the external service detects user speech. \ No newline at end of file