mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-05 14:55:18 +02:00
v 1.4
This commit is contained in:
parent
19d177e7b1
commit
e1d399e24c
1 changed files with 4 additions and 1 deletions
|
|
@ -129,7 +129,10 @@ if __name__ == "__main__":
|
|||
for i in range(len(John.memories_list)):
|
||||
print(f"John记忆为:{John.memories_list[i].description}")
|
||||
print(f"心酸程度为:{John.memories_list[i].poignancy}")
|
||||
query = "How has John's personal connection with his neighbors, such as the Moores and Yuriko, influenced his role as a pharmacy shopkeeper?"
|
||||
query = """
|
||||
How has John's personal connection with his neighbors,
|
||||
such as the Moores and Yuriko, influenced his role as a pharmacy shopkeeper?
|
||||
"""
|
||||
|
||||
Top_v = agent_retrive(John, query, 10, 3)
|
||||
print(f"John的相关信息:{Top_v}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue