From 59dcc6330bbafe340458d1187b5218e42f737764 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Sun, 5 Apr 2026 21:44:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(web):=20=E6=9B=B4=E6=96=B0=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E7=BB=84=E4=BB=B6=EF=BC=8C=E4=BC=98=E5=8C=96=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=98=BE=E7=A4=BA=E5=92=8C=E9=80=BB=E8=BE=91=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ToolCallingResult/tools/ListKbsTool.vue | 13 +++++++++++++ .../tools/MysqlDescribeTableTool.vue | 2 +- .../ToolCallingResult/tools/MysqlListTablesTool.vue | 2 +- .../ToolCallingResult/tools/MysqlQueryTool.vue | 2 +- web/src/components/sources/KbResultGroupedList.vue | 13 +++---------- 5 files changed, 19 insertions(+), 13 deletions(-) diff --git a/web/src/components/ToolCallingResult/tools/ListKbsTool.vue b/web/src/components/ToolCallingResult/tools/ListKbsTool.vue index 72995c08..c6fe59b3 100644 --- a/web/src/components/ToolCallingResult/tools/ListKbsTool.vue +++ b/web/src/components/ToolCallingResult/tools/ListKbsTool.vue @@ -3,6 +3,8 @@