UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

9 lines (8 loc) 374 B
import type { $PipelineJson } from '../../commands/_common/types/CommandParser'; import type { PipelineJson } from '../../pipeline/PipelineJson/PipelineJson'; /** * Applies postprocessing and exports the parsed pipeline JSON. * * @private internal utility of `parsePipeline` */ export declare function finalizeParsedPipeline($pipelineJson: $PipelineJson): PipelineJson;