execute_sync
Method
This is a method of the HookRunner class in the runner module.Synchronous version of execute.
Signature
Parameters
The event to execute hooks for
Input data for the hooks
Optional target to filter hooks
Returns
List of execution results
Uses
asyncio.get_running_loopasyncio.ensure_futureexecuteloop.run_until_completeasyncio.run
Source
View on GitHub
praisonaiagents/hooks/runner.py at line 126
