mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
fix:command exists in the code file
This commit is contained in:
parent
e495ea90d0
commit
deb8bb6b29
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ class Engineer2(RoleZero):
|
|||
command_output += await super()._run_special_command(cmd)
|
||||
return command_output
|
||||
|
||||
async def write_new_code(self, path: str, instruction: str = "") -> str:
|
||||
async def write_new_code(self, path: str, instruction: str = "Write code for the current file.") -> str:
|
||||
"""Write a new code file.
|
||||
|
||||
Args:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue