diff --git a/metagpt/roles/researcher.py b/metagpt/roles/researcher.py index f954c60bb..c60d54486 100644 --- a/metagpt/roles/researcher.py +++ b/metagpt/roles/researcher.py @@ -75,6 +75,7 @@ class Researcher(Role): Returns: str """ return get_research_system_text(topic, self.language) + async def react(self) -> Message: msg = await super().react() report = msg.instruct_content