mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-21 13:44:03 +00:00
fix: resolve post-rebase typecheck drift
This commit is contained in:
@@ -711,13 +711,6 @@
|
||||
"lines"
|
||||
]
|
||||
},
|
||||
"update_plan": {
|
||||
"emoji": "🗺️",
|
||||
"title": "Update Plan",
|
||||
"detailKeys": [
|
||||
"explanation"
|
||||
]
|
||||
},
|
||||
"web_search": {
|
||||
"emoji": "🔎",
|
||||
"title": "Web Search",
|
||||
|
||||
@@ -45,6 +45,9 @@ function fakeApi(overrides: Partial<OpenClawPluginApi> = {}): OpenClawPluginApi
|
||||
registerCli() {},
|
||||
registerService() {},
|
||||
registerCliBackend() {},
|
||||
registerConfigMigration() {},
|
||||
registerLegacyConfigMigration() {},
|
||||
registerAutoEnableProbe() {},
|
||||
registerProvider() {},
|
||||
registerSpeechProvider() {},
|
||||
registerRealtimeTranscriptionProvider() {},
|
||||
|
||||
@@ -471,11 +471,6 @@ export const TOOL_DISPLAY_CONFIG: ToolDisplayConfig = {
|
||||
title: "Memory Get",
|
||||
detailKeys: ["path", "from", "lines"],
|
||||
},
|
||||
update_plan: {
|
||||
emoji: "🗺️",
|
||||
title: "Update Plan",
|
||||
detailKeys: ["explanation"],
|
||||
},
|
||||
web_search: {
|
||||
emoji: "🔎",
|
||||
title: "Web Search",
|
||||
|
||||
@@ -8,10 +8,7 @@ import { migrateLegacyWebSearchConfig } from "../config/legacy-web-search.js";
|
||||
import { migrateLegacyXSearchConfig } from "../config/legacy-x-search.js";
|
||||
import { normalizeTalkSection } from "../config/talk.js";
|
||||
import { DEFAULT_GOOGLE_API_BASE_URL } from "../infra/google-api-base-url.js";
|
||||
import {
|
||||
ELEVENLABS_TALK_PROVIDER_ID,
|
||||
normalizeCompatibilityConfig as normalizeElevenLabsCompatibilityConfig,
|
||||
} from "../plugin-sdk/elevenlabs.js";
|
||||
import { normalizeCompatibilityConfig as normalizeElevenLabsCompatibilityConfig } from "../plugin-sdk/elevenlabs.js";
|
||||
import { runPluginSetupConfigMigrations } from "../plugins/setup-registry.js";
|
||||
import { DEFAULT_ACCOUNT_ID } from "../routing/session-key.js";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user