UNPKG

@promptbook/remote-server

Version:

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

9 lines (8 loc) 380 B
import type { PipelineJson } from '../../pipeline/PipelineJson/PipelineJson'; import type { string_markdown } from '../../types/string_markdown'; /** * Creates the initial markdown heading and description of a pipeline. * * @private internal utility of `pipelineJsonToString` */ export declare function createPipelineIntroduction(pipelineJson: PipelineJson): string_markdown;