mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-14 15:25:17 +02:00
refactor: talk prompt
This commit is contained in:
parent
557e82d8ef
commit
06c24c0eb4
1 changed files with 0 additions and 1 deletions
|
|
@ -117,7 +117,6 @@ class BrainMemory(pydantic.BaseModel):
|
|||
if msg.id:
|
||||
if self.to_int(msg.id, 0) < self.to_int(self.last_history_id, -1):
|
||||
return
|
||||
self.last_history_id = str(self.to_int(msg.id, 0))
|
||||
self.history.append(msg.dict())
|
||||
self.is_dirty = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue