feat(web): add enable_web_search frontend UI (#681) (#766)

Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
This commit is contained in:
Jiahe Wu
2025-12-17 23:36:32 +08:00
committed by GitHub
parent b85130b849
commit 3e8f2ce3ad
6 changed files with 44 additions and 2 deletions

View File

@@ -44,7 +44,9 @@
"maxStepsOfPlan": "研究计划的最大步骤数",
"maxStepsDescription": "默认情况下,每个研究计划有 3 个步骤。",
"maxSearchResults": "最大搜索结果数",
"maxSearchResultsDescription": "默认情况下,每个搜索步骤有 3 个结果。"
"maxSearchResultsDescription": "默认情况下,每个搜索步骤有 3 个结果。",
"enableWebSearch": "启用网络搜索",
"enableWebSearchDescription": "禁用后将仅使用本地 RAG 知识库。适用于无网络环境。"
},
"mcp": {
"title": "MCP 服务器",