Skip to content

Commit a3b9ae8

Browse files
committed
refactor(feishu): narrow bot runtime exports
1 parent 8735dd7 commit a3b9ae8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
export type { ClawdbotConfig, RuntimeEnv } from "../runtime-api.js";
2-
31
export { buildAgentMediaPayload } from "openclaw/plugin-sdk/media-runtime";
42
export { resolveChannelContextVisibilityMode } from "openclaw/plugin-sdk/config-runtime";
3+
export type { ClawdbotConfig, RuntimeEnv } from "openclaw/plugin-sdk/feishu";
54
export {
65
evaluateSupplementalContextVisibility,
76
filterSupplementalContextItems,
87
normalizeAgentId,
9-
} from "../runtime-api.js";
8+
} from "openclaw/plugin-sdk/feishu";

0 commit comments

Comments
 (0)