UNPKG

@promptbook/documents

Version:

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

8 lines (7 loc) 319 B
import type { PipelineValidationContext } from './createPipelineValidationContext'; /** * Validates all pipeline tasks and their per-task invariants. * * @private function of `validatePipeline` */ export declare function validatePipelineTasks({ pipeline, pipelineIdentification }: PipelineValidationContext): void;