fix format

This commit is contained in:
better629 2024-04-10 14:06:33 +08:00
parent b568b8f4a0
commit 94a04afc72
16 changed files with 89 additions and 62 deletions

View file

@ -2,8 +2,8 @@
# -*- coding: utf-8 -*-
# @Desc : the unittest of WerewolfExtEnv
from metagpt.environment.werewolf.werewolf_ext_env import WerewolfExtEnv
from metagpt.environment.werewolf.const import RoleState
from metagpt.environment.werewolf.werewolf_ext_env import WerewolfExtEnv
from metagpt.roles.role import Role

View file

@ -17,7 +17,7 @@ class TestExperiencesOperation:
RoleExperience(
profile="Witch",
reflection="The game is intense with two players claiming to be the Witch and one claiming to be the Seer. "
"Player4's behavior is suspicious.",
"Player4's behavior is suspicious.",
response="",
outcome="",
round_id=test_round_id,
@ -26,7 +26,7 @@ class TestExperiencesOperation:
RoleExperience(
profile="Witch",
reflection="The game is in a critical state with only three players left, "
"and I need to make a wise decision to save Player7 or not.",
"and I need to make a wise decision to save Player7 or not.",
response="",
outcome="",
round_id=test_round_id,
@ -35,7 +35,7 @@ class TestExperiencesOperation:
RoleExperience(
profile="Seer",
reflection="Player1, who is a werewolf, falsely claimed to be a Seer, and Player6, who might be a Witch, "
"sided with him. I, as the real Seer, am under suspicion.",
"sided with him. I, as the real Seer, am under suspicion.",
response="",
outcome="",
round_id=test_round_id,