mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45: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
|
@ -57,7 +57,7 @@ class WholeFileFunctionCoder(Coder):
|
|||
else:
|
||||
self.cur_messages += [dict(role="assistant", content=content)]
|
||||
|
||||
def modify_incremental_response(self, final=False):
|
||||
def render_incremental_response(self, final=False):
|
||||
args = self.parse_partial_args()
|
||||
|
||||
if not args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue