mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 05:31:33 +00:00
perf(plugins): narrow provider discovery imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/** Control-plane provider discovery helpers that keep runtime imports lazy until catalog hooks run. */
|
||||
import { normalizeProviderId } from "../agents/model-selection.js";
|
||||
import { normalizeProviderId } from "@openclaw/model-catalog-core/provider-id";
|
||||
import type { ModelProviderConfig } from "../config/types.js";
|
||||
import type { OpenClawConfig } from "../config/types.openclaw.js";
|
||||
import { createLazyImportLoader } from "../shared/lazy-promise.js";
|
||||
|
||||
Reference in New Issue
Block a user