execute
Method
This is a method of the MiddlewareChain class in the middleware module.Execute the middleware chain with a final handler.
Signature
Parameters
The request object to pass through
The actual operation to perform
Returns
The result from the chain
Uses
final_handlerbuild_chainmiddlewarechain
Used By
CodeAgent.execute_codeCodeAgent.aexecuteMiddlewareManager.execute_model_callMiddlewareManager.execute_tool_callHookRunner.execute_sync
Source
View on GitHub
praisonaiagents/hooks/middleware.py at line 112
