UNPKG

@promptbook/remote-server

Version:

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

7 lines (6 loc) 228 B
/** * Extracts the plain-text description from a head or task section body. * * @private internal utility of `parsePipeline` */ export declare function extractPipelineDescription(sectionContent: string): string | undefined;