mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-27 14:25:20 +02:00
fix format issues
This commit is contained in:
parent
597128dac2
commit
4c5b5d1e40
1 changed files with 1 additions and 1 deletions
|
|
@ -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"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue