test(qa): make memory channel scenario wait for final answer

This commit is contained in:
Vincent Koc
2026-06-29 18:34:10 -07:00
parent 848c4e6a39
commit cf64cf788e
2 changed files with 2 additions and 2 deletions
@@ -2615,7 +2615,7 @@ async function buildResponsesPayload(
if (/memory tools check/i.test(prompt)) {
if (!toolOutput) {
return buildToolCallEventsWithArgs("memory_search", {
query: "project codename ORBIT-9",
query: "hidden project codename",
maxResults: 3,
});
}
@@ -26,7 +26,7 @@ scenario:
channelId: qa-memory-room
channelTitle: QA Memory Room
memoryFact: "Hidden QA fact: the project codename is ORBIT-9."
memoryQuery: "project codename ORBIT-9"
memoryQuery: "hidden project codename"
expectedNeedle: ORBIT-9
prompt: "@openclaw Memory tools check: what is the hidden project codename stored only in memory? Use memory tools first."
promptSnippet: "Memory tools check"