mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 13:40:20 +00:00
fix(memory): accept embedded dreaming heartbeat tokens
This commit is contained in:
@@ -1110,6 +1110,7 @@ describe("memory cli", () => {
|
||||
grounded?: {
|
||||
files?: Array<{
|
||||
renderedMarkdown?: string;
|
||||
reflections?: Array<{ text: string }>;
|
||||
}>;
|
||||
} | null;
|
||||
}>(writeJson);
|
||||
@@ -1162,6 +1163,7 @@ describe("memory cli", () => {
|
||||
grounded?: {
|
||||
files?: Array<{
|
||||
renderedMarkdown?: string;
|
||||
reflections?: Array<{ text: string }>;
|
||||
}>;
|
||||
} | null;
|
||||
}>(writeJson);
|
||||
@@ -1206,6 +1208,7 @@ describe("memory cli", () => {
|
||||
grounded?: {
|
||||
files?: Array<{
|
||||
renderedMarkdown?: string;
|
||||
reflections?: Array<{ text: string }>;
|
||||
}>;
|
||||
} | null;
|
||||
}>(writeJson);
|
||||
|
||||
Reference in New Issue
Block a user