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.

