@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
9 lines (8 loc) • 409 B
TypeScript
import type { Executables } from '../execution/Executables';
import type { PrepareAndScrapeOptions } from '../prepare/PrepareAndScrapeOptions';
/**
* Provides paths to required executables (i.e. as Pandoc and LibreOffice) for Node.js environments.
*
* @public exported from `@promptbook/node`
*/
export declare function $provideExecutablesForNode(options?: PrepareAndScrapeOptions): Promise<Executables>;