refactor: Prepare for AI tag conversion in incremental response rendering

This commit is contained in:
Paul Gauthier 2025-03-07 15:57:14 -08:00 committed by Paul Gauthier (aider)
parent 148353aca4
commit e5ca79cd51

View file

@ -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):