mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-18 13:55:17 +02:00
Constrain the language for the qa_engineer
The qa_engineer was generating chinese texts and comments while the rest of the project was in English.
This commit is contained in:
parent
da87e6aa8c
commit
8d1bc25def
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue