-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.json
18 lines (18 loc) · 1.34 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"configuration.webSearch.title": "Web Search for Copilot",
"config.useSearchResultsDirectly.description": "If true, web search will use the search results from the search engine directly (faster but less accurate). If false, web search will post process the search results to find the most relevant content (slower but more accurate).",
"config.preferredEngine.description": "The preferred search engine to use for web search.",
"command.scrapeAndGetNaiveChunks.title": "Scrape and Show Related Naive Chunks Ranked by Embeddings",
"command.tavilyScrapeAndGetChunks.title": "Scrape and Show Related Tavily Chunks",
"command.tavilyScrapeAndOpenWholeDocument.title": "Tavily Extract and Open Info As Document",
"command.tavilyHi.title": "Hi",
"command.bingHi.title": "Hi",
"command.tavilySearch.title": "Tavily Search",
"command.bingSearch.title": "Bing Search",
"chatParticipant.websearch.fullName": "Web Search",
"chatParticipant.websearch.description": "Search the web for relevant up-to-date information",
"lmTool.webSearch.displayName": "Web Search",
"lmTool.webSearch.userDescription": "Search the web for relevant up-to-date information",
"lmTool.webSearch.modelDescription": "Search the web for relevant up-to-date information",
"lmTool.webSearch.query.description": "The query to search the web for"
}