diff --git a/changelog/3784.fixed.md b/changelog/3784.fixed.md new file mode 100644 index 000000000..e88431f16 --- /dev/null +++ b/changelog/3784.fixed.md @@ -0,0 +1 @@ +- Fixed `DeepgramSageMakerSTTService` to properly track finalize lifecycle using `request_finalize()` / `confirm_finalize()` and use `is_final` (instead of `is_final and speech_final`) for final transcription detection, matching `DeepgramSTTService` behavior.