fix: 补充 memory-manager.ts 中缺失的 logInfo 导入

This commit is contained in:
Metona Dev
2026-04-24 11:33:42 +08:00
parent f7fb47939d
commit 4292e7d54c
+1 -1
View File
@@ -16,7 +16,7 @@ import {
deleteMemoryVector, searchMemoriesByVector, reindexAllMemories,
getMemoryCollectionId
} from './vector-memory.js';
import { logMemory, logDebug, logWarn } from './log-service.js';
import { logMemory, logDebug, logWarn, logInfo } from './log-service.js';
import type { MemoryEntry, MemorySearchResult, MemoryExtractionResult, ChatDB, OllamaAPI } from '../types.js';
const TYPE_ICONS: Record<string, string> = {