UNPKG

@promptbook/documents

Version:

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

8 lines (7 loc) 347 B
import type { PipelineValidationContext } from './createPipelineValidationContext'; /** * Validates that the expected top-level collections have array structure. * * @private function of `validatePipeline` */ export declare function validatePipelineCollectionsStructure({ pipeline, pipelineIdentification, }: PipelineValidationContext): void;