mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-24 14:15:17 +02:00
logging
This commit is contained in:
parent
bcf30a9c0a
commit
c557768ae8
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ class RetrieveExperiences(Action):
|
|||
for i, exp in enumerate(past_experiences)
|
||||
]
|
||||
print(*past_experiences, sep="\n")
|
||||
logger.info(f"retrieval done")
|
||||
logger.info("retrieval done")
|
||||
|
||||
return json.dumps(past_experiences)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue