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.

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