live view of multiple file edits

This commit is contained in:
Paul Gauthier 2023-06-21 20:49:16 -07:00
parent 3a38e176d1
commit f187cf0346
2 changed files with 20 additions and 24 deletions

View file

@ -729,7 +729,7 @@ class Coder:
return None, err
def parse_partial_args(self):
dump(self.partial_response_function_call)
# dump(self.partial_response_function_call)
data = self.partial_response_function_call.get("arguments")
if not data: