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.
execute_tool_call
Method
This is a method of the MiddlewareManager class in the middleware module.Execute a tool call with all hooks and middleware. Order:
- before_tool hooks (in order)
- wrap_tool_call middleware chain
- actual tool call
- after_tool hooks (in reverse order)
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
Uses
tool_fnrun_before_toolrun_after_toolexecute
Source
View on GitHub
praisonaiagents/hooks/middleware.py at line 413
