@promptbook/browser
Version:
Promptbook: Run AI apps in plain human language across multiple models and platforms
12 lines (11 loc) • 528 B
TypeScript
import type { ScriptExecutionTools } from '../../../execution/ScriptExecutionTools';
import type { PrepareAndScrapeOptions } from '../../../prepare/PrepareAndScrapeOptions';
/**
* Provides script execution tools
*
* @public exported from `@promptbook/node`
*/
export declare function $provideScriptingForNode(options?: PrepareAndScrapeOptions): Promise<ReadonlyArray<ScriptExecutionTools>>;
/**
* Note: [🟢] Code in this file should never be never released in packages that could be imported into browser environment
*/