mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
Merge branch 'TL-name' into 'mgx_ops'
update: update TL name See merge request pub/MetaGPT!208
This commit is contained in:
commit
a8c65ad5c8
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ from metagpt.tools.tool_registry import register_tool
|
|||
|
||||
@register_tool(include_functions=["publish_team_message"])
|
||||
class TeamLeader(RoleZero):
|
||||
name: str = "Tim"
|
||||
name: str = "Mike"
|
||||
profile: str = "Team Leader"
|
||||
system_msg: list[str] = [SYSTEM_PROMPT]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue