Refine the teamleader instruction. Adding a 'User Requirements' section between the 'Example' and 'Instruct' sections.

This commit is contained in:
黄伟韬 2024-07-26 18:18:03 +08:00
parent c45710bc51
commit b3707c7a09
8 changed files with 40 additions and 19 deletions

View file

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