@promptbook/wizzard
Version:
Promptbook: Run AI apps in plain human language across multiple models and platforms
25 lines (24 loc) • 937 B
TypeScript
import type { Registration } from '../../utils/$Register';
/**
* Registration of LLM provider metadata
*
* 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/core`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`
*/
export declare const _OpenAiMetadataRegistration: Registration;
/**
* Registration of the OpenAI Assistant metadata
*
* Note: [🏐] Configurations registrations are done in the metadata registration section, but the constructor registration is handled separately.
*
* @public exported from `@promptbook/core`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`
*/
export declare const _OpenAiAssistantMetadataRegistration: Registration;
/**
* Note: [💞] Ignore a discrepancy between file name and entity name
*/