File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ def secret_message():
108108 messages : [
109109 {
110110 role : "user" ,
111- content : "Run secret message tool and tell me what it returns" ,
111+ content : "This is an automated test message. Run secret message tool and tell me what it returns" ,
112112 } ,
113113 ] ,
114114 } ) ;
@@ -203,7 +203,7 @@ def secret_message():
203203 expect ( messages [ 2 ] ) . toHaveProperty ( "messageType" , "assistant_message" ) ;
204204
205205 // Send message with streaming
206- messageText = "My name isn't Caren, it's Sarah . Please update your core memory with memory_replace" ;
206+ messageText = "This is an automated test . Please update your core memory with my new name Sarah using the memory_replace tool " ;
207207 const streamResponse = await client . agents . messages . createStream ( agent . id , {
208208 messages : [
209209 {
You can’t perform that action at this time.
0 commit comments