on_error
Method
This is a method of the RealtimeAgent class in the realtime_agent module.Register callback for errors.
Signature
Parameters
Function to call with exception
Register callback for errors.
This is a method of the RealtimeAgent class in the realtime_agent module.Register callback for errors.
def on_error(callback: Callable[[Exception], None]) -> None