UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

8 lines (7 loc) 388 B
//#region src/agents/prepared-model-runtime.test-support.ts /** Clears prepared model owners when the production module is loaded in this test worker. */ function resetPreparedModelRuntimeSnapshotsForTest() { globalThis[Symbol.for("openclaw.preparedModelRuntimeTestApi")]?.resetPreparedModelRuntimeSnapshotsForTest(); } //#endregion export { resetPreparedModelRuntimeSnapshotsForTest };