UNPKG

@promptbook/vercel

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

9 lines (8 loc) 409 B
import type { LlmExecutionTools } from '../../execution/LlmExecutionTools'; import type { VercelExecutionToolsOptions } from './VercelExecutionToolsOptions'; /** * Adapter which creates Promptbook execution tools from Vercel provider * * @public exported from `@promptbook/vercel` */ export declare function createExecutionToolsFromVercelProvider(options: VercelExecutionToolsOptions): LlmExecutionTools;