From 7bfde7cc2c6c9ad0a4848e67aee37bc38512b776 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Wed, 25 Feb 2026 11:07:28 +0800 Subject: [PATCH] =?UTF-8?q?style(format):=20=E4=BB=A3=E7=A0=81=E9=A3=8E?= =?UTF-8?q?=E6=A0=BC=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/agents/reporter/graph.py | 1 + .../ToolCallingResult/tools/MysqlDescribeTableTool.vue | 4 +++- web/src/components/ToolCallingResult/tools/MysqlQueryTool.vue | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/agents/reporter/graph.py b/src/agents/reporter/graph.py index ff49bde1..5d1731b7 100644 --- a/src/agents/reporter/graph.py +++ b/src/agents/reporter/graph.py @@ -14,6 +14,7 @@ from src.agents.common.toolkits.mysql import get_mysql_tools from src.services.mcp_service import get_mcp_server_names, get_tools_from_all_servers from src.utils import logger + def _create_fs_backend(rt): """创建文件存储后端""" return StateBackend(rt) diff --git a/web/src/components/ToolCallingResult/tools/MysqlDescribeTableTool.vue b/web/src/components/ToolCallingResult/tools/MysqlDescribeTableTool.vue index b7ae5afe..24a17ed2 100644 --- a/web/src/components/ToolCallingResult/tools/MysqlDescribeTableTool.vue +++ b/web/src/components/ToolCallingResult/tools/MysqlDescribeTableTool.vue @@ -3,7 +3,9 @@ diff --git a/web/src/components/ToolCallingResult/tools/MysqlQueryTool.vue b/web/src/components/ToolCallingResult/tools/MysqlQueryTool.vue index 4c04e1fd..11389523 100644 --- a/web/src/components/ToolCallingResult/tools/MysqlQueryTool.vue +++ b/web/src/components/ToolCallingResult/tools/MysqlQueryTool.vue @@ -3,7 +3,9 @@