@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
10 lines (9 loc) • 353 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;