Files
openclaw/src/plugin-sdk/reply-chunking.ts
2026-04-27 21:58:48 +01:00

15 lines
377 B
TypeScript

export {
chunkText,
chunkTextWithMode,
chunkMarkdownTextWithMode,
resolveChunkMode,
resolveTextChunkLimit,
} from "../auto-reply/chunk.js";
export type { ChunkMode } from "../auto-reply/chunk.js";
export {
isSilentReplyPayloadText,
isSilentReplyText,
SILENT_REPLY_TOKEN,
} from "../auto-reply/tokens.js";
export type { ReplyPayload } from "./reply-payload.js";