UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

9 lines (8 loc) 578 B
import { Gr as DispatchReplyWithBufferedBlockDispatcher, Kr as DispatchReplyWithDispatcher } from "./types-C0dQmare.js"; //#region src/auto-reply/reply/provider-dispatcher.d.ts /** Dispatch a reply using the buffered block dispatcher path. */ declare const dispatchReplyWithBufferedBlockDispatcher: DispatchReplyWithBufferedBlockDispatcher; /** Dispatch a reply using the standard dispatcher path. */ declare const dispatchReplyWithDispatcher: DispatchReplyWithDispatcher; //#endregion export { dispatchReplyWithDispatcher as n, dispatchReplyWithBufferedBlockDispatcher as t };