make roles to speak their mind while they act

This commit is contained in:
MrL 2023-10-04 11:31:05 +08:00
parent 17a0bd5de1
commit e694848b48
2 changed files with 1 additions and 1 deletions

View file

@ -64,7 +64,6 @@ class Speak(Action):
return rsp_json['SPEECH_OR_VOTE']
class NighttimeWhispers(Action):
"""

View file

@ -1,6 +1,7 @@
from metagpt.actions import Action
from examples.werewolf_game.actions.common_actions import Speak, NighttimeWhispers
class Hunt(NighttimeWhispers):
ROLE = "Werewolf"
ACTION = "KILL"