UNPKG

@promptbook/remote-client

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

8 lines (7 loc) 226 B
/** * Factory function to create an instance of WebsiteScraper. * It bundles the scraper class with its metadata. * * @public exported from `@promptbook/website-crawler` */ export declare const createWebsiteScraper: any;