refactor(feishu): narrow reply dispatcher exports

This commit is contained in:
Vincent Koc 2026-04-03 22:54:22 +09:00
parent 1ad9fe0b52
commit 2ad69083d2
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
export type { ClawdbotConfig, OutboundIdentity, ReplyPayload, RuntimeEnv } from "../runtime-api.js";
export { createReplyPrefixContext } from "../runtime-api.js";
export { createReplyPrefixContext } from "openclaw/plugin-sdk/feishu";