fix:command exists in the code file

This commit is contained in:
黄伟韬 2024-09-19 19:25:27 +08:00
parent e495ea90d0
commit deb8bb6b29

View file

@ -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: