Merge branch 'TL-name' into 'mgx_ops'

update: update TL name

See merge request pub/MetaGPT!208
This commit is contained in:
张雷 2024-07-05 05:40:38 +00:00
commit a8c65ad5c8

View file

@ -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]