mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-09 06:05:00 +00:00
rename modify_incremental_response -> render_incremental_response
This commit is contained in:
parent
63f1c17a76
commit
82813d4159
3 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@ class WholeFileCoder(Coder):
|
|||
else:
|
||||
self.cur_messages += [dict(role="assistant", content=content)]
|
||||
|
||||
def modify_incremental_response(self, final):
|
||||
def render_incremental_response(self, final):
|
||||
return self.update_files(mode="diff")
|
||||
|
||||
def update_files(self, mode="update"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue