Skip to main content
This hang-notification event is triggered when the assistant fails to reply within a predefined window (e.g., 5+ seconds). Helpful for detecting lags or logic issues.

Example Payload

{
  "type": "hang-notification",
  "call_id": "abc123",
  "timestamp": "2025-04-12T14:34:05Z",
  "metadata": {
    "triggeredAfterSeconds": 10,
    "message": "Agent paused too long after last user message",
  }
}