UNPKG

@promptbook/openai

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

14 lines (13 loc) 531 B
import type { string_markdown } from '../../../types/typeAliases'; 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; /** * TODO: [®] DRY Register logic */