Skip to main content

OnErrorInput

Defined in the events module.
AI Agent Input for OnError hooks.

Properties

error_type
str
No description available.
error_message
str
No description available.
stack_trace
Optional
No description available.
context
Dict
No description available.
  • to_dict: Generic utility method.

Source

View on GitHub

praisonaiagents/hooks/events.py at line 161