mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
tl remove editor tool
This commit is contained in:
parent
d6fd6f5ca0
commit
d4d581f391
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class TeamLeader(RoleZero):
|
|||
# TeamLeader only reacts once each time, but may encounter errors or need to ask human, thus allowing 2 more turns
|
||||
max_react_loop: int = 3
|
||||
|
||||
tools: list[str] = ["Plan", "RoleZero", "TeamLeader", "Editor:write,read"]
|
||||
tools: list[str] = ["Plan", "RoleZero", "TeamLeader"]
|
||||
|
||||
experience_retriever: Annotated[ExpRetriever, Field(exclude=True)] = SimpleExpRetriever()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue