UNPKG

@promptbook/remote-client

Version:

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

8 lines (7 loc) 295 B
import type { $PipelineJson } from '../../commands/_common/types/CommandParser'; /** * Builds a short file/url identification block for parse errors. * * @private internal utility of `parsePipeline` */ export declare function getPipelineIdentification($pipelineJson: $PipelineJson): string;