@promptbook/langtail
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
13 lines (12 loc) • 482 B
TypeScript
import type { PipelineJson } from '../pipeline/PipelineJson/PipelineJson';
/**
* Unprepare just strips the preparation data of the pipeline
*
* @public exported from `@promptbook/core`
*/
export declare function unpreparePipeline(pipeline: PipelineJson): PipelineJson;
/**
* TODO: [🧿] Maybe do same process with same granularity and subfinctions as `preparePipeline`
* TODO: Write tests for `preparePipeline`
* TODO: [🍙] Make some standard order of json properties
*/