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.

