You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a chat message results in a server error or is cancelled mid-stream, the "Agent Activity" timer in the trace header keeps counting up indefinitely. It never stops, even after the error message is rendered and the stream is done.
Observe the Agent Activity timer on the response, it runs forever
It should be noted that, I observed this issue after the fix for #475.
Expected behavior
Timer should stop and freeze at the elapsed time as soon as the stream ends, whether by final event, error event, cancelled event, or an exception (abort/timeout).