Skip to main content

execute_async

AsyncMethod
This is a method of the HookRunner class in the runner module.
Alias of execute() for call sites expecting an explicit async entry point.

Signature

Parameters

HookEvent
required
No description available.
HookInput
required
No description available.
Optional[str]
No description available.
Optional
No description available.

Returns

List[HookExecutionResult]
The result of the operation.

Uses

  • execute

Used By

Source

View on GitHub

praisonaiagents/hooks/runner.py at line 127

Async Feature

Background Tasks

Async Jobs