mirror of https://github.com/openclaw/openclaw.git
fix(ci): route remaining feishu runtime seams locally
This commit is contained in:
parent
1a75fc9e05
commit
88bc6d852f
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue