UNPKG

@promptbook/wizzard

Version:

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

26 lines (25 loc) 952 B
import type { Registration } from '../../utils/$Register'; /** * Registration of LLM provider * * Warning: This is not useful for the end user, it is just a side effect of the mechanism that handles all available LLM tools * * @public exported from `@promptbook/openai` * @public exported from `@promptbook/wizzard` * @public exported from `@promptbook/cli` */ export declare const _OpenAiRegistration: Registration; /** * Registration of the OpenAI Assistant provider * * Note: [🏐] Configurations registrations are done in register-constructor.ts BUT constructor register-constructor.ts * * @public exported from `@promptbook/openai` * @public exported from `@promptbook/wizzard` * @public exported from `@promptbook/cli` */ export declare const _OpenAiAssistantRegistration: Registration; /** * TODO: [🎶] Naming "constructor" vs "creator" vs "factory" * Note: [💞] Ignore a discrepancy between file name and entity name */