@promptbook/azure-openai
Version:
Promptbook: Run AI apps in plain human language across multiple models and platforms
17 lines (16 loc) • 513 B
TypeScript
import { promptbookCli } from './promptbookCli';
/**
* Note: [🔺] Purpose of this file is to export CLI for production environment
*/
/**
* Hidden utilities which should not be used by external consumers.
*
* @public exported from `@promptbook/cli`
*/
export declare const _CLI: {
_initialize_promptbookCli: typeof promptbookCli;
};
/**
* Note: [💞] Ignore a discrepancy between file name and entity name
* Note: [🟡] Code in this file should never be published outside of `@promptbook/cli`
*/