UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines 425 B
import { T as ReplyToMode } from "./types.base-D238NWJT.js"; import { i as ReplyThreadingPolicy } from "./types-M6XXnA3B.js"; //#region src/auto-reply/reply/reply-threading.d.ts /** Build threading policy for batched reply-to mode. */ declare function resolveBatchedReplyThreadingPolicy(mode: ReplyToMode, isBatched: boolean): ReplyThreadingPolicy | undefined; //#endregion export { resolveBatchedReplyThreadingPolicy as t };