mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-06 14:22:46 +02:00
update: update TL name
This commit is contained in:
parent
513b7fbbe7
commit
d7fa3059c7
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