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": "Max steps of a research plan",
"maxStepsDescription": "By default, each research plan has 3 steps.",
"maxSearchResults": "Max search results",
"maxSearchResultsDescription": "By default, each search step has 3 results."
"maxSearchResultsDescription": "By default, each search step has 3 results.",
"enableWebSearch": "Enable web search",
"enableWebSearchDescription": "When disabled, only local RAG knowledge base will be used. Useful for environments without internet access."
},
"mcp": {
"title": "MCP Servers",