Skip to main content

run_after_tool

Method
This is a method of the MiddlewareManager class in the middleware module.
Run all after_tool hooks (in reverse order).

Signature

def run_after_tool(response: ToolResponse) -> ToolResponse

Parameters

response
ToolResponse
required
No description available.

Returns

Returns
ToolResponse
The result of the operation.