From 672841c14dfc299f7f34ed1475c1f21444ee97f9 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 5 Mar 2026 15:36:57 +0800 Subject: [PATCH] bugfix --- bricks/agent.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bricks/agent.js b/bricks/agent.js index 8e93647..504b9c7 100644 --- a/bricks/agent.js +++ b/bricks/agent.js @@ -319,6 +319,7 @@ bricks.AgentIO = class extends bricks.VBox { } */ constructor(opts){ + if (!opts.height) opts.height = '100%'; super(opts); this.llmmodels = []; this.msg_box = new bricks.VScrollPanel({