UNPKG

@promptbook/remote-server

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

12 lines (11 loc) 410 B
import type { PipelineJson } from '../PipelineJson/PipelineJson'; import type { PipelineInterface } from './PipelineInterface'; /** * @@@ * * @deprecated https://github.com/webgptorg/promptbook/pull/186 * @see https://github.com/webgptorg/promptbook/discussions/171 * * @public exported from `@promptbook/core` */ export declare function getPipelineInterface(pipeline: PipelineJson): PipelineInterface;