UNPKG

@promptbook/remote-server

Version:

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

8 lines (7 loc) 314 B
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;