UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 367 B
//#region src/agents/prepared-model-runtime.errors.ts var PreparedModelRuntimeOwnerNotPublishedError = class extends Error {}; var PreparedModelRuntimePublicationSupersededError = class extends PreparedModelRuntimeOwnerNotPublishedError {}; //#endregion export { PreparedModelRuntimePublicationSupersededError as n, PreparedModelRuntimeOwnerNotPublishedError as t };