We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008640b commit 09e7501Copy full SHA for 09e7501
1 file changed
qa/scenarios/memory/thread-memory-isolation.md
@@ -74,22 +74,19 @@ steps:
74
- set: beforeCursor
75
value:
76
expr: state.getSnapshot().messages.length
77
- - call: state.addInboundMessage
+ - call: runAgentPrompt
78
args:
79
- - conversation:
80
- id:
81
- expr: config.channelId
82
- kind: channel
83
- title:
84
- expr: config.channelTitle
85
- senderId: alice
86
- senderName: Alice
87
- text:
88
- expr: config.prompt
+ - ref: env
+ - sessionKey:
+ expr: "`agent:qa:thread-memory:${threadId}`"
+ to:
+ expr: "`thread:${config.channelId}/${threadId}`"
89
threadId:
90
ref: threadId
91
- threadTitle:
92
- expr: config.threadTitle
+ message:
+ expr: config.prompt
+ timeoutMs:
+ expr: liveTurnTimeoutMs(env, 45000)
93
- call: waitForOutboundMessage
94
saveAs: outbound
95
0 commit comments