Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

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

on_error

Method
This is a method of the RealtimeAgent class in the realtime_agent module.
Register callback for errors.

Signature

def on_error(callback: Callable[[Exception], None]) -> None

Parameters

callback
Callable
required
Function to call with exception

Source

View on GitHub

praisonaiagents/agent/realtime_agent.py at line 365