UNPKG

@promptbook/azure-openai

Version:

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

14 lines (13 loc) 540 B
import type { Command as Program } from 'commander'; /** * Initializes `boilerplate` command for Promptbook CLI utilities * * Note: `$` is used to indicate that this function is not a pure function - it registers a command in the CLI * * @private internal function of `promptbookCli` */ export declare function $initializeBoilerplateCommand(program: Program): void; /** * Note: [💞] Ignore a discrepancy between file name and entity name * Note: [🟡] Code in this file should never be published outside of `@promptbook/cli` */