This commit is contained in:
yumoqing 2025-09-03 11:56:30 +08:00
parent 67478ff41b
commit b8837ce0d2

View File

@ -134,7 +134,7 @@ bricks.ModelOutput = class extends bricks.VBox {
if (typeof this.output_view === 'string'){ if (typeof this.output_view === 'string'){
this.output_view = JSON.parse(this.output_view); this.output_view = JSON.parse(this.output_view);
} }
if (this.response_mode == 'strean'){ if (this.response_mode == 'stream'){
data.content = this.received_content + data.content; data.content = this.received_content + data.content;
this.received_content = data.content this.received_content = data.content
} }