From 8f66272de7079818aba54b0ea74804052b030ae4 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Mon, 2 Mar 2026 16:16:38 -0500 Subject: [PATCH] Update changelog --- changelog/3885.added.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/3885.added.2.md b/changelog/3885.added.2.md index a9562b883..5a6adce12 100644 --- a/changelog/3885.added.2.md +++ b/changelog/3885.added.2.md @@ -1 +1 @@ -- Added `on_first_bot_speech_latency` event to `UserBotLatencyObserver` measuring the time from client connection to first bot speech, including a latency breakdown with per-service metrics. +- Added `on_first_bot_speech_latency` event to `UserBotLatencyObserver` measuring the time from client connection to first bot speech. An `on_latency_breakdown` is also emitted for this first speech event.