mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 16:20:21 +00:00
fix(memory): align dreaming status payloads
This commit is contained in:
@@ -647,7 +647,9 @@ export async function runMemoryStatus(opts: MemoryCommandOptions) {
|
||||
purpose: managerPurpose,
|
||||
run: async (manager) => {
|
||||
const deep = Boolean(opts.deep || opts.index);
|
||||
let embeddingProbe: { ok?: boolean; error?: string } | undefined;
|
||||
let embeddingProbe:
|
||||
| Awaited<ReturnType<MemoryManager["probeEmbeddingAvailability"]>>
|
||||
| undefined;
|
||||
let indexError: string | undefined;
|
||||
const syncFn = manager.sync ? manager.sync.bind(manager) : undefined;
|
||||
if (deep) {
|
||||
|
||||
Reference in New Issue
Block a user