refactor(feishu): narrow channel runtime exports

This commit is contained in:
Vincent Koc
2026-04-03 22:43:01 +09:00
parent 020093bf4b
commit f904a49568

View File

@@ -12,4 +12,4 @@ export {
buildProbeChannelStatusSummary,
PAIRING_APPROVED_MESSAGE,
} from "openclaw/plugin-sdk/channel-status";
export { chunkTextForOutbound, createDefaultChannelRuntimeState } from "../runtime-api.js";
export { chunkTextForOutbound, createDefaultChannelRuntimeState } from "openclaw/plugin-sdk/feishu";