This commit is contained in:
yumoqing 2026-03-05 15:36:57 +08:00
parent 9664bf9163
commit 672841c14d

View File

@ -319,6 +319,7 @@ bricks.AgentIO = class extends bricks.VBox {
} }
*/ */
constructor(opts){ constructor(opts){
if (!opts.height) opts.height = '100%';
super(opts); super(opts);
this.llmmodels = []; this.llmmodels = [];
this.msg_box = new bricks.VScrollPanel({ this.msg_box = new bricks.VScrollPanel({