From d2041f6fb8868da251b726b1a5023455eadd4a14 Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Sat, 14 Feb 2026 14:48:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(report=5Fagent):=20update=20description=20o?= =?UTF-8?q?f=20insight=5Fforge=20tool=20to=20remove=20"=E6=9C=80=E5=BC=BA?= =?UTF-8?q?=E5=A4=A7"=20and=20enhance=20clarity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/services/report_agent.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/app/services/report_agent.py b/backend/app/services/report_agent.py index a9b6154..3a93cb9 100644 --- a/backend/app/services/report_agent.py +++ b/backend/app/services/report_agent.py @@ -476,7 +476,7 @@ class ReportAgent: 3. 反思阶段:检查内容完整性和准确性 【核心检索工具 - 优化后】 - - insight_forge: 深度洞察检索(最强大,自动分解问题,多维度检索) + - insight_forge: 深度洞察检索(强大,自动分解问题,多维度检索) - panorama_search: 广度搜索(获取全貌,包括历史/过期内容) - quick_search: 简单搜索(快速检索) @@ -537,8 +537,8 @@ class ReportAgent: return { "insight_forge": { "name": "insight_forge", - "description": """【深度洞察检索 - 最强大的检索工具】 -这是我们最强大的检索函数,专为深度分析设计。它会: + "description": """【深度洞察检索 - 强大的检索工具】 +这是我们强大的检索函数,专为深度分析设计。它会: 1. 自动将你的问题分解为多个子问题 2. 从多个维度检索模拟图谱中的信息 3. 整合语义搜索、实体分析、关系链追踪的结果 @@ -649,7 +649,7 @@ class ReportAgent: # ========== 核心检索工具(优化后) ========== if tool_name == "insight_forge": - # 深度洞察检索 - 最强大的工具 + # 深度洞察检索 - 强大的工具 query = parameters.get("query", "") ctx = parameters.get("report_context", "") or report_context result = self.zep_tools.insight_forge(