This commit is contained in:
Paul Gauthier 2023-06-28 10:54:58 -07:00
parent 1ac366aa62
commit 777f179c6d
2 changed files with 3 additions and 5 deletions

View file

@ -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")