diff --git a/src/agents/model-selection.ts b/src/agents/model-selection.ts index 0d5e602ae01..758ce74d1bb 100644 --- a/src/agents/model-selection.ts +++ b/src/agents/model-selection.ts @@ -6,8 +6,8 @@ import { toAgentModelListLike, } from "../config/model-input.js"; import { createSubsystemLogger } from "../logging/subsystem.js"; -import { normalizeGoogleModelId } from "../plugin-sdk/google-model-id.js"; -import { normalizeXaiModelId } from "../plugin-sdk/xai-model-id.js"; +import { normalizeGoogleModelId } from "../plugin-sdk/google.js"; +import { normalizeXaiModelId } from "../plugin-sdk/xai.js"; import { resolveRuntimeCliBackends } from "../plugins/cli-backends.runtime.js"; import { sanitizeForLog } from "../terminal/ansi.js"; import { diff --git a/src/config/channel-configured.ts b/src/config/channel-configured.ts index d82bf1ca241..0d07e5b261f 100644 --- a/src/config/channel-configured.ts +++ b/src/config/channel-configured.ts @@ -1,5 +1,5 @@ import { hasMeaningfulChannelConfig } from "../channels/config-presence.js"; -import { hasAnyWhatsAppAuth } from "../plugin-sdk/whatsapp-auth-presence.js"; +import { hasAnyWhatsAppAuth } from "../plugin-sdk/whatsapp.js"; import { isRecord } from "../utils.js"; import type { OpenClawConfig } from "./config.js";