Skip to main content

Documentation Index

Fetch the complete documentation index at: https://api.infer.so/llms.txt

Use this file to discover all available pages before exploring further.

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",
  }
}