mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-06 23:01:08 +00:00
fix(ci): route remaining feishu runtime seams locally
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
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 type { ClawdbotConfig, RuntimeEnv } from "../runtime-api.js";
|
||||
export {
|
||||
evaluateSupplementalContextVisibility,
|
||||
filterSupplementalContextItems,
|
||||
normalizeAgentId,
|
||||
} from "openclaw/plugin-sdk/feishu";
|
||||
} from "../runtime-api.js";
|
||||
|
||||
@@ -3,4 +3,4 @@ export {
|
||||
type ClawdbotConfig,
|
||||
type ReplyPayload,
|
||||
type RuntimeEnv,
|
||||
} from "openclaw/plugin-sdk/feishu";
|
||||
} from "../runtime-api.js";
|
||||
|
||||
Reference in New Issue
Block a user