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" > - -