mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
refactor: Prepare for AI tag conversion in incremental response rendering
This commit is contained in:
parent
148353aca4
commit
e5ca79cd51
1 changed files with 1 additions and 0 deletions
|
@ -1844,6 +1844,7 @@ class Coder:
|
|||
|
||||
def live_incremental_response(self, final):
|
||||
show_resp = self.render_incremental_response(final)
|
||||
# convert the tags to START/END ai!
|
||||
self.mdstream.update(show_resp, final=final)
|
||||
|
||||
def render_incremental_response(self, final):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue