diff --git a/examples/st_game/roles/st_role.py b/examples/st_game/roles/st_role.py index cde48702a..bd96b70c6 100644 --- a/examples/st_game/roles/st_role.py +++ b/examples/st_game/roles/st_role.py @@ -126,6 +126,10 @@ class STRole(Role): return 1 # always return 1 to execute role's `_react` + def add_inner_voice(self): + # TODO + pass + async def observe(self) -> list[BasicMemory]: # TODO observe info from maze_env """