mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
minor update
This commit is contained in:
parent
d015c81fc4
commit
5026a022e1
1 changed files with 0 additions and 2 deletions
|
|
@ -48,8 +48,6 @@ class BasePlayer(Role):
|
|||
self._rc.todo = self.special_actions[0]()
|
||||
|
||||
async def _act(self):
|
||||
"""每个角色要改写此函数以实现该角色的动作"""
|
||||
# raise NotImplementedError
|
||||
|
||||
# todo为_think时确定的,有两种情况,Speak或Protect
|
||||
todo = self._rc.todo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue