UNPKG

@promptbook/remote-server

Version:

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

8 lines (7 loc) 325 B
import type { string_markdown } from '../../types/string_markdown'; /** * Appends one markdown block to an existing markdown document. * * @private internal utility of `pipelineJsonToString` */ export declare function appendMarkdownBlock(pipelineString: string_markdown, markdownBlock: string_markdown): string_markdown;