stopwatch shows latency 2.5-3.5sec
I’m not sure I get the question, are you saying you time the latency different to the reported value in the bottom right (2.116s)? Or that that latency is longer than you expect?
Some of the other agents (Samuel, Felicia, Jules, Doug) use different models and may give different latency values.
my stop watch showing the response of agent time 2.5 to 3.5 secconds but Overall latency of metrics showing 2000ms sometimes 1500ms sometimes , why the time of stopwatch not equal to overall latency metrics
What you see on the page is slightly different from what you are measuring.
The dashboard’s overall latency is calculated as eou.end_of_utterance_delay + llm.ttft + tts.ttfb, that is, it measures from end-of-speech detection through to when the TTS produces its first byte of audio. But your stopwatch is measuring from when you stop talking to when you hear the agent respond, which includes several additional delays.
