bugfix
This commit is contained in:
parent
2ce1fe4173
commit
52afd2c841
@ -69,7 +69,7 @@ bricks.LlmOut = class extends bricks.VBox {
|
|||||||
});
|
});
|
||||||
this.add_widget(this.rc_w);
|
this.add_widget(this.rc_w);
|
||||||
}
|
}
|
||||||
if (this.reasoning_content.length) {
|
if (this.content.length) {
|
||||||
var txt = bricks.escapeSpecialChars(this.content);
|
var txt = bricks.escapeSpecialChars(this.content);
|
||||||
this.c_w = new bricks.MdWidget({
|
this.c_w = new bricks.MdWidget({
|
||||||
mdtext: txt,
|
mdtext: txt,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user