@promptbook/remote-client
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
15 lines (14 loc) • 349 B
TypeScript
/**
* @@@
*
* @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
*/