mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 12:47:39 +00:00
Memory/QMD: add limit arg to search command
This commit is contained in:
@@ -972,7 +972,7 @@ export class QmdMemoryManager implements MemorySearchManager {
|
||||
if (command === "query") {
|
||||
return ["query", query, "--json", "-n", String(limit)];
|
||||
}
|
||||
return [command, query, "--json"];
|
||||
return [command, query, "--json", "-n", String(limit)];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user