diff --git a/extensions/memory-core/index.ts b/extensions/memory-core/index.ts index 7ea7116c08f..e176ea619fe 100644 --- a/extensions/memory-core/index.ts +++ b/extensions/memory-core/index.ts @@ -1,5 +1,5 @@ -import type { MemoryPromptSectionBuilder } from "openclaw/plugin-sdk/memory-core"; import { definePluginEntry } from "openclaw/plugin-sdk/core"; +import type { MemoryPromptSectionBuilder } from "openclaw/plugin-sdk/memory-core"; const buildPromptSection: MemoryPromptSectionBuilder = ({ availableTools, citationsMode }) => { if (!availableTools.has("memory_search") && !availableTools.has("memory_get")) {