From c8bdef40d56546097276159f3bdd659d127c3ff7 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Wed, 7 Jan 2026 20:59:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E5=90=8D=E7=A7=B0=E8=AF=86=E5=88=AB=E5=B8=A6?= =?UTF-8?q?=E6=9D=A5=E7=9A=84=E5=B7=A5=E5=85=B7=E6=98=BE=E7=A4=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF=20Error:=20=E5=9C=A8=E5=86=85=E7=BD=91=E8=B0=83?= =?UTF-8?q?=E7=94=A8mcp=E6=97=B6=E5=89=8D=E7=AB=AF=E5=90=8E=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=BD=91=E7=BB=9C=E6=90=9C=E7=B4=A2=EF=BC=8C=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E5=89=8D=E7=AB=AF=E6=98=BE=E7=A4=BA=E4=B8=8D=E6=AD=A3?= =?UTF-8?q?=E5=B8=B8=E3=80=82=20Fixes=20#449?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ToolCallingResult/ToolCallRenderer.vue | 2 +- web/src/layouts/AppLayout.vue | 16 +--------------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/web/src/components/ToolCallingResult/ToolCallRenderer.vue b/web/src/components/ToolCallingResult/ToolCallRenderer.vue index 255e6804..b41fbf13 100644 --- a/web/src/components/ToolCallingResult/ToolCallRenderer.vue +++ b/web/src/components/ToolCallingResult/ToolCallRenderer.vue @@ -80,7 +80,7 @@ const parseData = (content) => { // 识别逻辑 const isWebSearchResult = computed(() => { const name = toolName.value.toLowerCase(); - return name.includes('search') || name.includes('tavily') || name.includes('web'); + return name.includes('tavily_search'); }); const isTaskResult = computed(() => { diff --git a/web/src/layouts/AppLayout.vue b/web/src/layouts/AppLayout.vue index e5d60cfc..8355c194 100644 --- a/web/src/layouts/AppLayout.vue +++ b/web/src/layouts/AppLayout.vue @@ -176,8 +176,6 @@ provide('settingsModal', { ref="htmlRefHook" class="fill debug-trigger" > - - - - - - - - +
对话 知识