UNPKG

@promptbook/azure-openai

Version:

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

10 lines (9 loc) 196 B
/** * Parsed ACTION command * * @see ./actionCommandParser.ts for more details * @public exported from `@promptbook/editable` */ export type ActionCommand = { readonly type: 'ACTION'; };