@promptbook/langtail
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
14 lines (13 loc) • 335 B
TypeScript
import type { PipelineJson } from '../../pipeline/PipelineJson/PipelineJson';
/**
* @@@
*
* Note: It is usefull @@@
*
* @param pipeline
* @public exported from `@promptbook/utils`
*/
export declare function clonePipeline(pipeline: PipelineJson): PipelineJson;
/**
* TODO: [🍙] Make some standard order of json properties
*/