openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
9 lines (8 loc) • 361 B
JavaScript
import { t as createPluginRuntimeStore } from "./runtime-store-uAKGMqTs.js";
//#region extensions/feishu/src/runtime.ts
const { setRuntime: setFeishuRuntime, getRuntime: getFeishuRuntime } = createPluginRuntimeStore({
pluginId: "feishu",
errorMessage: "Feishu runtime not initialized"
});
//#endregion
export { setFeishuRuntime as n, getFeishuRuntime as t };