mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
Replace self._rc to self.rc in engineer.py
This commit is contained in:
parent
21d8b48e8e
commit
0168c99323
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ class Engineer(Role):
|
|||
async def _write_code_guideline(self):
|
||||
logger.info("Writing code guideline..")
|
||||
|
||||
requirement = str(self._rc.memory.get_by_role("Human")[0])
|
||||
requirement = str(self.rc.memory.get_by_role("Human")[0])
|
||||
# prd_file_repo = CONFIG.git_repo.new_file_repository(PRDS_FILE_REPO)
|
||||
design_file_repo = CONFIG.git_repo.new_file_repository(SYSTEM_DESIGN_FILE_REPO)
|
||||
task_file_repo = CONFIG.git_repo.new_file_repository(TASK_FILE_REPO)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue