UNPKG

@promptbook/remote-server

Version:

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

9 lines (8 loc) 418 B
import type { $PipelineJson } from '../../commands/_common/types/CommandParser'; import type { PipelineString } from '../../pipeline/PipelineString'; /** * Removes shebang/comments and normalizes markdown into a parseable pipeline form. * * @private internal utility of `parsePipeline` */ export declare function preparePipelineString(pipelineString: PipelineString, $pipelineJson: $PipelineJson): PipelineString;