We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8735dd7 commit a3b9ae8Copy full SHA for a3b9ae8
1 file changed
extensions/feishu/src/bot-runtime-api.ts
@@ -1,9 +1,8 @@
1
-export type { ClawdbotConfig, RuntimeEnv } from "../runtime-api.js";
2
-
3
export { buildAgentMediaPayload } from "openclaw/plugin-sdk/media-runtime";
4
export { resolveChannelContextVisibilityMode } from "openclaw/plugin-sdk/config-runtime";
+export type { ClawdbotConfig, RuntimeEnv } from "openclaw/plugin-sdk/feishu";
5
export {
6
evaluateSupplementalContextVisibility,
7
filterSupplementalContextItems,
8
normalizeAgentId,
9
-} from "../runtime-api.js";
+} from "openclaw/plugin-sdk/feishu";
0 commit comments