mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-05 05:42:37 +02:00
use get_prefix
This commit is contained in:
parent
aee672b8bb
commit
27a5288596
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class TeamLeader(RoleZero):
|
|||
|
||||
async def _quick_think(self) -> Message:
|
||||
self.llm.system_prompt = QUICK_THINK_SYSTEM_PROMPT.format(
|
||||
role_info=self._get_role_info(),
|
||||
role_info=super()._get_prefix(),
|
||||
team_info=self._get_team_info(),
|
||||
)
|
||||
return await super()._quick_think()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue