mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
new json schema for multi-file edits
This commit is contained in:
parent
25444bbe9e
commit
04d0f95af9
2 changed files with 14 additions and 9 deletions
|
@ -729,7 +729,8 @@ 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:
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue