UNPKG

@promptbook/vercel

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

14 lines (13 loc) 559 B
import type { PipelineJson } from '../pipeline/PipelineJson/PipelineJson'; /** * Unprepare just strips the preparation data of the pipeline * * @deprecated In future version this function will be removed or deprecated * @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 */