mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-29 10:56:22 +02:00
remove tl's qt
This commit is contained in:
parent
3b7dbf5e4e
commit
3490a4e234
1 changed files with 0 additions and 3 deletions
|
|
@ -53,9 +53,6 @@ class TeamLeader(RoleZero):
|
|||
team_info = self._get_team_info()
|
||||
return TL_INFO.format(role_info=role_info, team_info=team_info)
|
||||
|
||||
async def _quick_think(self) -> Message:
|
||||
return await super()._quick_think()
|
||||
|
||||
async def _think(self) -> bool:
|
||||
self.instruction = TL_INSTRUCTION.format(team_info=self._get_team_info())
|
||||
return await super()._think()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue