From 52afd2c84138ca3b5e89bdf7640ca935dd6c82ec Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 16 Sep 2025 10:53:39 +0800 Subject: [PATCH] bugfix --- bricks/llmout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/llmout.js b/bricks/llmout.js index 68cee7f..8c57f1a 100644 --- a/bricks/llmout.js +++ b/bricks/llmout.js @@ -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,