openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
12 lines • 1.15 kB
TypeScript
import { _i as DispatchReplyWithBufferedBlockDispatcher, hi as finalizeInboundContextForSdk, vi as DispatchReplyWithDispatcher } from "../agent-harness-runtime-CZIVRpx-.js";
import { ct as CommandTurnContext } from "../templating-CpgmHvb9.js";
import { h as resolveChunkMode } from "../outbound.types-CvZiVBTg.js";
import { i as ReplyPayload } from "../reply-payload-BoJK2P3o.js";
import { n as generateConversationLabel } from "../conversation-label-generator-DQ6vDf0K.js";
//#region src/plugin-sdk/reply-dispatch-runtime.d.ts
/** Dispatches a reply with buffered block support after lazy-loading the runtime dispatcher. */
export declare const dispatchReplyWithBufferedBlockDispatcher: DispatchReplyWithBufferedBlockDispatcher;
/** Dispatches a reply through the provider dispatcher after lazy-loading runtime code. */
export declare const dispatchReplyWithDispatcher: DispatchReplyWithDispatcher;
//#endregion
export { type CommandTurnContext, type DispatchReplyWithBufferedBlockDispatcher, type DispatchReplyWithDispatcher, type ReplyPayload, finalizeInboundContextForSdk as finalizeInboundContext, generateConversationLabel, resolveChunkMode };