Add text aggregation time metric for TTS sentence aggregation

Add TextAggregationMetricsData measuring the time from the first LLM
token to the first complete sentence, representing the latency cost of
sentence aggregation in the TTS pipeline.
This commit is contained in:
Mark Backman
2026-02-10 13:54:57 -05:00
parent edc79d374a
commit f7434cdde1
4 changed files with 51 additions and 0 deletions

1
changelog/3696.added.md Normal file
View File

@@ -0,0 +1 @@
- Added `TextAggregationMetricsData` metric measuring the time from the first LLM token to the first complete sentence, representing the latency cost of sentence aggregation in the TTS pipeline.