UNPKG

@promptbook/remote-server

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

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;