mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-21 19:15:47 +00:00
refactor(feishu): narrow bot runtime exports
This commit is contained in:
parent
8735dd7d19
commit
a3b9ae8fab
1 changed files with 2 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue