mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 23:50:44 +00:00
5 lines
240 B
TypeScript
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";
|