diff --git a/extensions/feishu/src/reply-dispatcher-runtime-api.ts b/extensions/feishu/src/reply-dispatcher-runtime-api.ts index 05809bb511b..7a26b9b6406 100644 --- a/extensions/feishu/src/reply-dispatcher-runtime-api.ts +++ b/extensions/feishu/src/reply-dispatcher-runtime-api.ts @@ -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";