mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-17 15:35:21 +02:00
update: update chest observation
This commit is contained in:
parent
a24f39c5ea
commit
4b29758dd8
1 changed files with 1 additions and 0 deletions
|
|
@ -183,6 +183,7 @@ class GameEnvironment(BaseModel, arbitrary_types_allowed=True):
|
|||
if self.event == event:
|
||||
return
|
||||
self.event = event
|
||||
self.update_chest_observation()
|
||||
# self.update_chest_memory(event)
|
||||
# self.event_summary = self.summarize_chatlog(event)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue