From 4c5b5d1e40daae8095f431cb54319b86b599830e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E4=BC=9F=E9=9F=AC?= Date: Fri, 2 Aug 2024 19:39:38 +0800 Subject: [PATCH] fix format issues --- metagpt/roles/di/role_zero.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"""