mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 08:21:35 +00:00
fix(models): satisfy type and export checks
This commit is contained in:
@@ -17,6 +17,7 @@ import {
|
||||
} from "../../agents/model-suppression.js";
|
||||
import { openAIModelCatalogRoutePolicy } from "../../agents/openai-model-routes.js";
|
||||
import type { ModelDefinitionConfig, ModelProviderConfig } from "../../config/types.models.js";
|
||||
import type { OpenClawConfig } from "../../config/types.openclaw.js";
|
||||
import type { ModelRegistry } from "../../llm/model-registry.js";
|
||||
import type { Model } from "../../llm/types.js";
|
||||
import { createLazyImportLoader } from "../../shared/lazy-promise.js";
|
||||
|
||||
@@ -25,7 +25,7 @@ import {
|
||||
const PROVIDER_POLICY_ARTIFACT_CANDIDATES = ["provider-policy-api.js"] as const;
|
||||
const providerPolicySurfaceByPluginId = new Map<string, BundledProviderPolicySurface | null>();
|
||||
|
||||
export type ProviderProjectConfiguredModelRowContext = {
|
||||
type ProviderProjectConfiguredModelRowContext = {
|
||||
config?: OpenClawConfig;
|
||||
agentDir?: string;
|
||||
workspaceDir?: string;
|
||||
|
||||
Reference in New Issue
Block a user