mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
better
This commit is contained in:
parent
1ac366aa62
commit
777f179c6d
2 changed files with 3 additions and 5 deletions
|
@ -64,7 +64,7 @@ class EditBlockFunctionCoder(Coder):
|
|||
|
||||
args = self.parse_partial_args()
|
||||
res = json.dumps(args, indent=4)
|
||||
return "```\n" + res + "\n```\n"
|
||||
return res
|
||||
|
||||
def update_files(self):
|
||||
name = self.partial_response_function_call.get("name")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue