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.

OnRetryInput

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

Properties

retry_count
int
No description available.
max_retries
int
No description available.
error_message
str
No description available.
operation
str
No description available.
  • to_dict: Generic utility method.

Source

View on GitHub

praisonaiagents/hooks/events.py at line 180