mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
Merge pull request #600 from better629/feat_other_basemodel
fix bug of missing test_round
This commit is contained in:
commit
8074668776
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ class QaEngineer(Role):
|
|||
"The test code you write should conform to code standard like PEP8, be modular, " "easy to read and maintain"
|
||||
)
|
||||
test_round_allowed: int = 5
|
||||
test_round: int = 0
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
super().__init__(**kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue