mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-14 16:32:16 +02:00
Refine the teamleader instruction. Adding a 'User Requirements' section between the 'Example' and 'Instruct' sections.
This commit is contained in:
parent
c45710bc51
commit
b3707c7a09
8 changed files with 40 additions and 19 deletions
|
|
@ -91,7 +91,7 @@ class MGXEnv(Environment):
|
|||
|
||||
async def reply_to_human(self, content: str, sent_from: Role = None) -> str:
|
||||
# NOTE: Can be overwritten in remote setting
|
||||
return "The monitor has verified the message, confirmation acknowledged. Refrain from resending duplicate messages."
|
||||
return "Human has received and confirmed the message. Refrain from resending duplicate messages. Jsut move the plan to the next task."
|
||||
|
||||
def message_within_software_sop(self, message: Message) -> bool:
|
||||
# Engineer, QaEngineer can be end of the SOP. Their msg requires routing outside.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue