MCPcopy Create free account
hub / github.com/SillyTavern/Extension-WebSearch / constructor

Method constructor

index.js:1388–1394  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1386 */
1387class WebSearchScraper {
1388 constructor() {
1389 this.id = 'websearch';
1390 this.name = 'Web Search';
1391 this.description = 'Perform a web search and download the results.';
1392 this.iconClass = 'fa-solid fa-search';
1393 this.iconAvailable = true;
1394 }
1395
1396 /**
1397 * Check if the scraper is available.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected