diff --git a/metagpt/roles/di/role_zero.py b/metagpt/roles/di/role_zero.py index bc62ec8a5..af39fa544 100644 --- a/metagpt/roles/di/role_zero.py +++ b/metagpt/roles/di/role_zero.py @@ -37,7 +37,7 @@ from metagpt.utils.repair_llm_raw_output import RepairType, repair_llm_raw_outpu from metagpt.utils.report import ThoughtReporter -@register_tool(include_functions=["ask_human", "reply_to_human", "Bash.run"]) +@register_tool(include_functions=["ask_human", "reply_to_human"]) class RoleZero(Role): """A role who can think and act dynamically"""