mirror of https://github.com/openclaw/openclaw.git
refactor: use main sdk barrels for model and whatsapp helpers
This commit is contained in:
parent
883ff949c0
commit
b643f92447
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue