Skip to content

AgentHookFn

AgentHookFn = (ctx, next) => Promise<void>

Function type for the agent hook.

AgentContext

() => Promise<void>

Promise<void>