Skip to main content

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