update:更新基础版本,支持多轮,每轮使用每个角色的任务完成情况判断

This commit is contained in:
洪思睿 2023-10-02 03:09:20 +08:00
parent cbd071a10e
commit 493225f636
10 changed files with 93 additions and 37 deletions

View file

@ -29,6 +29,7 @@ class Message:
cause_by: Type["Action"] = field(default="")
sent_from: str = field(default="")
send_to: str = field(default="")
round_id: int=0
def __str__(self):
# prefix = '-'.join([self.role, str(self.cause_by)])