openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
12 lines (11 loc) • 466 B
JavaScript
import { h as reduceLegacyInteractiveReply } from "./payload-DYE7bQ2k.js";
//#region src/channels/plugins/outbound/interactive.ts
/**
* Interactive outbound compatibility helpers.
*
* Re-exports presentation adapters and keeps the deprecated interactive reducer available.
*/
/** @deprecated Use MessagePresentation helpers for new rendering paths. */
const reduceInteractiveReply = reduceLegacyInteractiveReply;
//#endregion
export { reduceInteractiveReply as t };