UNPKG

@promptbook/openai

Version:

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

15 lines (14 loc) 393 B
/** * Pipeline interface which is equivalent to `any` * * @see https://github.com/webgptorg/promptbook/discussions/171 * * @public exported from `@promptbook/core` */ export declare const GENERIC_PIPELINE_INTERFACE: { readonly inputParameters: readonly []; readonly outputParameters: readonly []; }; /** * Note: [💞] Ignore a discrepancy between file name and entity name */