Files
openclaw/src/plugin-sdk/channel-reply-options-runtime.ts
2026-04-17 17:14:44 +01:00

5 lines
240 B
TypeScript

// Narrow reply helper surface for channel handlers that do not need the full
// reply pipeline factory.
export { createReplyPrefixOptions } from "../channels/reply-prefix.js";
export { createTypingCallbacks } from "../channels/typing.js";