@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
9 lines (8 loc) • 406 B
TypeScript
import type { $PipelineJson } from '../../commands/_common/types/CommandParser';
import type { MarkdownSection } from '../../utils/markdown/parseMarkdownSection';
/**
* Applies the pipeline head title, description, and head-level commands.
*
* @private internal utility of `parsePipeline`
*/
export declare function applyPipelineHead(pipelineHead: MarkdownSection, $pipelineJson: $PipelineJson): void;