diff --git a/extensions/memory-lancedb/index.ts b/extensions/memory-lancedb/index.ts index cbed48dd9ef..6ae7574aaa8 100644 --- a/extensions/memory-lancedb/index.ts +++ b/extensions/memory-lancedb/index.ts @@ -10,7 +10,7 @@ import { randomUUID } from "node:crypto"; import type * as LanceDB from "@lancedb/lancedb"; import { Type } from "@sinclair/typebox"; import OpenAI from "openai"; -import type { OpenClawPluginApi } from "openclaw/plugin-sdk/core"; +import type { OpenClawPluginApi } from "openclaw/plugin-sdk/memory-lancedb"; import { DEFAULT_CAPTURE_MAX_CHARS, MEMORY_CATEGORIES,