mirror of https://github.com/openclaw/openclaw.git
fix(ci): route remaining feishu helper barrels locally
This commit is contained in:
parent
77c04ec29c
commit
2a54a7f7cd
|
|
@ -12,4 +12,4 @@ export {
|
|||
buildProbeChannelStatusSummary,
|
||||
PAIRING_APPROVED_MESSAGE,
|
||||
} from "openclaw/plugin-sdk/channel-status";
|
||||
export { chunkTextForOutbound, createDefaultChannelRuntimeState } from "openclaw/plugin-sdk/feishu";
|
||||
export { chunkTextForOutbound, createDefaultChannelRuntimeState } from "../runtime-api.js";
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
export { chunkTextForOutbound } from "openclaw/plugin-sdk/feishu";
|
||||
export { chunkTextForOutbound } from "../runtime-api.js";
|
||||
export type { ChannelOutboundAdapter } from "../runtime-api.js";
|
||||
|
|
|
|||
Loading…
Reference in New Issue