@promptbook/remote-client
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
12 lines (11 loc) • 314 B
TypeScript
/**
* 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 [];
};