@promptbook/azure-openai
Version:
Promptbook: Run AI apps in plain human language across multiple models and platforms
14 lines (13 loc) • 559 B
TypeScript
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
*/