mirror of https://github.com/openclaw/openclaw.git
fix(ci): route feishu bot helpers through local barrel
This commit is contained in:
parent
0ca2a91213
commit
899fe6ffa5
|
|
@ -5,5 +5,5 @@ export { resolveChannelContextVisibilityMode } from "openclaw/plugin-sdk/config-
|
|||
export {
|
||||
evaluateSupplementalContextVisibility,
|
||||
filterSupplementalContextItems,
|
||||
} from "openclaw/plugin-sdk/feishu";
|
||||
export { normalizeAgentId } from "openclaw/plugin-sdk/routing";
|
||||
normalizeAgentId,
|
||||
} from "../runtime-api.js";
|
||||
|
|
|
|||
Loading…
Reference in New Issue