feat: +annotation

This commit is contained in:
莘权 马 2023-12-01 13:01:43 +08:00
parent 5c149efee7
commit 053eac62bc

View file

@ -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)