Skip to content

Commit

Permalink
Merge pull request #743 from arnaudgelas/fix/qa_engineer_language
Browse files Browse the repository at this point in the history
Constrain the language for the qa_engineer
  • Loading branch information
geekan authored Jan 15, 2024
2 parents 6420481 + 8d1bc25 commit bdf9d22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metagpt/roles/qa_engineer.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ class QaEngineer(Role):
profile: str = "QaEngineer"
goal: str = "Write comprehensive and robust tests to ensure codes will work as expected without bugs"
constraints: str = (
"The test code you write should conform to code standard like PEP8, be modular, " "easy to read and maintain"
"The test code you write should conform to code standard like PEP8, be modular, easy to read and maintain."
"Use same language as user requirement"
)
test_round_allowed: int = 5
test_round: int = 0
Expand Down

0 comments on commit bdf9d22

Please sign in to comment.