refactor(feishu): narrow bot runtime exports

This commit is contained in:
Vincent Koc 2026-04-03 21:44:43 +09:00
parent 8735dd7d19
commit a3b9ae8fab
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
export type { ClawdbotConfig, RuntimeEnv } from "../runtime-api.js";
export { buildAgentMediaPayload } from "openclaw/plugin-sdk/media-runtime";
export { resolveChannelContextVisibilityMode } from "openclaw/plugin-sdk/config-runtime";
export type { ClawdbotConfig, RuntimeEnv } from "openclaw/plugin-sdk/feishu";
export {
evaluateSupplementalContextVisibility,
filterSupplementalContextItems,
normalizeAgentId,
} from "../runtime-api.js";
} from "openclaw/plugin-sdk/feishu";