feat: Added Google PSE as an alternative web search provider (#65)

* Added Google PSE as an alternative web search tool

* Removed unecessary comments

* chore(ConfigManager): moved Google PSE input next to API key

---------

Co-authored-by: AnotiaWang <anotia0202@gmail.com>
This commit is contained in:
Jonathan Rampersad
2025-04-05 23:18:08 -04:00
committed by GitHub
parent 651f445803
commit 5097c639d2
6 changed files with 97 additions and 1 deletions

View File

@ -49,6 +49,14 @@
},
"firecrawl": {
"help": "Get one API key at {0} if you are using the official service."
},
"google-pse": {
"title": "Google PSE",
"help": "Uses Google Programmable Search Engine. Requires an API Key and a PSE ID from Google Cloud Console / PSE Console. Find details at {0}.",
"apiKeyLabel": "Google API Key",
"apiKeyPlaceholder": "Enter your Google API Key",
"pseIdLabel": "Programmable Search Engine ID (cx)",
"pseIdPlaceholder": "Enter your PSE ID (cx value)"
}
},
"concurrencyLimitHelp": "Limit the concurrent search tasks. This is useful to avoid overloading the search provider and causing requests to fail.",