This commit is contained in:
yumoqing 2025-09-16 10:53:39 +08:00
parent 2ce1fe4173
commit 52afd2c841

View File

@ -69,7 +69,7 @@ bricks.LlmOut = class extends bricks.VBox {
});
this.add_widget(this.rc_w);
}
if (this.reasoning_content.length) {
if (this.content.length) {
var txt = bricks.escapeSpecialChars(this.content);
this.c_w = new bricks.MdWidget({
mdtext: txt,