UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

10 lines (9 loc) 624 B
import { at as PluginHookReplyDispatchResult, it as PluginHookReplyDispatchEvent, rt as PluginHookReplyDispatchContext } from "./hook-types-Ciec6sPw.js"; //#region src/plugin-sdk/acp-runtime-backend.d.ts /** * Dispatch a plugin reply hook through ACP when the event targets an ACP-bound session. * Returns a handled result only when ACP consumes the reply; otherwise callers continue normal delivery. */ declare function tryDispatchAcpReplyHook(event: PluginHookReplyDispatchEvent, ctx: PluginHookReplyDispatchContext): Promise<PluginHookReplyDispatchResult | void>; //#endregion export { tryDispatchAcpReplyHook as t };