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.
after_tool
Function
This function is defined in the middleware module.Decorator to mark a function as an after_tool hook. The function receives a ToolResponse and should return a (possibly modified) ToolResponse.
Signature
Parameters
No description available.
Returns
The result of the operation.
Usage
Source
View on GitHub
praisonaiagents/hooks/middleware.py at line 257
