mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
refactor: get_class_name
This commit is contained in:
parent
60bad18304
commit
83a5e03b72
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class Engineer(Role):
|
|||
self.use_code_review = use_code_review
|
||||
if self.use_code_review:
|
||||
self._init_actions([WriteCode, WriteCodeReview])
|
||||
self._watch([WriteTasks, WriteDesign])
|
||||
self._watch([WriteTasks])
|
||||
self.todos = []
|
||||
self.n_borg = n_borg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue