mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
fixbug: The assumption that messages in 'memory' have been processed has been revoked.
This commit is contained in:
parent
269eee4643
commit
5c149efee7
1 changed files with 3 additions and 0 deletions
|
|
@ -167,3 +167,6 @@ class QaEngineer(Role):
|
|||
sent_from=self.profile,
|
||||
send_to=MESSAGE_ROUTE_TO_NONE,
|
||||
)
|
||||
|
||||
async def _observe(self, ignore_memory=False) -> int:
|
||||
return await super(QaEngineer, self)._observe(ignore_memory=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue