Skip to content

Commit

Permalink
Merge pull request #61 from binichallein/bug_fix
Browse files Browse the repository at this point in the history
bug_fix
  • Loading branch information
sanbuphy authored Jan 18, 2025
2 parents 7f60abe + 3a3b98a commit 3bb101b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tianji/agents/metagpt_agents/sceneRefinement/role.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ async def _think(self) -> None:
self.rc.todo = None

async def _react(self) -> Message:
msg=None
while True:
await self._think()
if self.rc.todo is None:
Expand Down

0 comments on commit 3bb101b

Please sign in to comment.