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 @@ -79,7 +79,7 @@ async def test_thread_aware_pronoun_resolution(self):
7979
8080 print (f"\n Extracted memories: { len (extracted_memories )} " )
8181 for i , mem in enumerate (extracted_memories ):
82- print (f"{ i + 1 } . [{ mem .memory_type } ] { mem .text } " )
82+ print (f"{ i + 1 } . [{ mem .memory_type } ] { mem .text } " )
8383
8484 print (f"\n Combined memory text: { all_memory_text } " )
8585
@@ -200,7 +200,7 @@ async def test_multi_entity_conversation(self):
200200
201201 print (f"\n Multi-entity extracted memories: { len (extracted_memories )} " )
202202 for i , mem in enumerate (extracted_memories ):
203- print (f"{ i + 1 } . [{ mem .memory_type } ] { mem .text } " )
203+ print (f"{ i + 1 } . [{ mem .memory_type } ] { mem .text } " )
204204
205205 # Should mention both John and Sarah by name
206206 assert "john" in all_memory_text .lower (), "Should mention John by name"
You can’t perform that action at this time.
0 commit comments