mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 07:20:34 +00:00
Memory/QMD: harden multi-collection search and embed scheduling
This commit is contained in:
@@ -5,6 +5,7 @@ const log = createSubsystemLogger("memory");
|
||||
export type QmdQueryResult = {
|
||||
docid?: string;
|
||||
score?: number;
|
||||
collection?: string;
|
||||
file?: string;
|
||||
snippet?: string;
|
||||
body?: string;
|
||||
|
||||
Reference in New Issue
Block a user