This commit is contained in:
yumoqing 2025-09-09 14:11:56 +08:00
parent 07f1716d61
commit dc68613371

View File

@ -121,6 +121,14 @@ bricks.ModelOutput = class extends bricks.VBox {
this.run.stop_timepass();
this.content.remove_widget(this.run);
}
if (data.content){
this.received_content += data.content;
this.content = this.received_content;
}
if (data.reasoning_content){
this.reasoning_content += data.reasoning_content;
data.reasoning_content = this.reasoning_content;
}
this.run = null;
this.filler.clear_widgets();
if (typeof this.output_view === 'string'){