UNPKG

@promptbook/azure-openai

Version:

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

8 lines (7 loc) 262 B
import { Command } from 'commander'; /** * Note: `$` is used to indicate that this function is not a pure function - it registers an option in the CLI * * @private utility of CLI */ export declare function $addGlobalOptionsToCommand(command: Command): void;