UNPKG

@promptbook/azure-openai

Version:

Promptbook: Run AI apps in plain human language across multiple models and platforms

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;