@promptbook/remote-client
Version:
Promptbook: Turn your company's scattered knowledge into AI ready books
11 lines (10 loc) • 423 B
TypeScript
import type { PromptbookFetch } from '../../../execution/PromptbookFetch';
/**
* The built-in `fetch' function with a lightweight error handling wrapper as default fetch function used in Promptbook scrapers
*
* @public exported from `@promptbook/core`
*/
export declare const promptbookFetch: PromptbookFetch;
/**
* TODO: [🧠] Maybe rename because it is not used only for scrapers but also in `$getCompiledBook`
*/