UNPKG

@promptbook/azure-openai

Version:

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

11 lines (10 loc) 235 B
/** * Parsed BOILERPLATE command * * @see ./boilerplateCommandParser.ts for more details * @private within the commands folder */ export type BoilerplateCommand = { readonly type: 'BOILERPLATE'; readonly value: string; };