mirror of https://github.com/openclaw/openclaw.git
refactor(feishu): narrow bot runtime exports
This commit is contained in:
parent
8735dd7d19
commit
a3b9ae8fab
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue