mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
use react instead of _react
This commit is contained in:
parent
126bcdafb9
commit
862707d4b7
1 changed files with 1 additions and 1 deletions
|
|
@ -412,7 +412,7 @@ class Role:
|
|||
logger.debug(f"{self._setting}: no news. waiting.")
|
||||
return
|
||||
|
||||
rsp = await self._react()
|
||||
rsp = await self.react()
|
||||
|
||||
# Reset the next action to be taken.
|
||||
self._rc.todo = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue