feat: add web search config

This commit is contained in:
qixinbo
2026-03-29 19:34:58 +08:00
parent fb4fc7437f
commit 99b654bbd2
9 changed files with 308 additions and 5 deletions
+13 -1
View File
@@ -383,5 +383,17 @@
"voiceSettingsDisabledHint": "Enable voice input first, then configure server URL",
"voiceInputDisabledHint": "Please enable voice input first",
"voiceInputNotEnabled": "Voice input is disabled. Enable it from profile menu -> More -> Voice Input Settings first.",
"embeddingModels": "Embedding Models"
"embeddingModels": "Embedding Models",
"webSearchConfig": "Web Search Config",
"configureWebSearchProvider": "Configure the default web search provider and settings for the AI agent.",
"selectProvider": "Select a provider",
"enterApiKey": "Enter API Key",
"apiKeyRequiredFor": "An API Key is required for {{provider}}",
"baseUrl": "Base URL",
"baseUrlRequiredFor": "A Base URL is required for {{provider}}",
"maxResults": "Max Results",
"maxResultsDescription": "Maximum number of search results to return (1-20)",
"failedToLoadConfig": "Failed to load configuration",
"failedToSaveConfig": "Failed to save configuration",
"configSaved": "Configuration saved successfully. Note: Active agents may require a restart to pick up the new configuration."
}