Skip to content

Commit cb00045

Browse files
committed
test(qa): make memory channel scenario wait for final answer
(cherry picked from commit cf64cf7)
1 parent 3e2646a commit cb00045

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/qa-lab/src/providers/mock-openai/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2615,7 +2615,7 @@ async function buildResponsesPayload(
26152615
if (/memory tools check/i.test(allInputText)) {
26162616
if (!scenarioToolOutput) {
26172617
return buildToolCallEventsWithArgs("memory_search", {
2618-
query: "project codename ORBIT-9",
2618+
query: "hidden project codename",
26192619
maxResults: 3,
26202620
});
26212621
}

qa/scenarios/memory/memory-tools-channel-context.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ scenario:
2525
channelId: qa-memory-room
2626
channelTitle: QA Memory Room
2727
memoryFact: "Hidden QA fact: the project codename is ORBIT-9."
28-
memoryQuery: "project codename ORBIT-9"
28+
memoryQuery: "hidden project codename"
2929
expectedNeedle: ORBIT-9
3030
prompt: "@openclaw Memory tools check: what is the hidden project codename stored only in memory? Use memory tools first."
3131
promptSnippet: "Memory tools check"

0 commit comments

Comments
 (0)