Enable real-time debug event webhooks from the AI module during calls. When enabled,
the SDK automatically wires a debug_webhook_url into the AI parameters and registers
a /debug_events endpoint that receives event POSTs from the SignalWire platform.
Events are logged via the agent’s structured logger. Optionally, register a custom
handler by overriding onDebugEvent() to react to events
programmatically.
Debug event verbosity level.
1 — High-level events: barge, errors, session start/end, step changes2+ — Adds high-volume events: every LLM request/response, conversation_addAgentBase — Returns this for method chaining.