mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-05 14:55:18 +02:00
feat: +annotation
This commit is contained in:
parent
5c149efee7
commit
053eac62bc
1 changed files with 2 additions and 0 deletions
|
|
@ -169,4 +169,6 @@ class QaEngineer(Role):
|
|||
)
|
||||
|
||||
async def _observe(self, ignore_memory=False) -> int:
|
||||
# This role has events that trigger and execute themselves based on conditions, and cannot rely on the
|
||||
# content of memory to activate.
|
||||
return await super(QaEngineer, self)._observe(ignore_memory=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue