Skip to main content

AfterToolInput

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

Properties

tool_name
str
No description available.
tool_input
Dict
No description available.
tool_output
Any
No description available.
tool_error
Optional
No description available.
execution_time_ms
float
No description available.
  • to_dict: Generic utility method.

Source

View on GitHub

praisonaiagents/hooks/events.py at line 30