UNPKG

@promptbook/azure-openai

Version:

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

11 lines (10 loc) 215 B
/** * Parsed URL command * * @see ./urlCommandParser.ts for more details * @public exported from `@promptbook/editable` */ export type UrlCommand = { readonly type: 'URL'; readonly pipelineUrl: URL; };