@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
11 lines (10 loc) • 494 B
TypeScript
import type { string_markdown } from '../../../types/string_markdown';
import type { Scraper } from '../Scraper';
/**
* Creates a message with all registered scrapers
*
* Note: This function is used to create a (error) message when there is no scraper for particular mime type
*
* @private internal function of `createScrapersFromConfiguration` and `createScrapersFromEnv`
*/
export declare function $registeredScrapersMessage(availableScrapers: ReadonlyArray<Scraper>): string_markdown;