@promptbook/vercel
Version:
Promptbook: Turn your company's scattered knowledge into AI ready books
11 lines (10 loc) • 488 B
TypeScript
import type { PipelineCollection } from '../../collection/pipeline-collection/pipeline-collection/PipelineCollection';
/**
* Get pipeline collection for Untitled Promptbook project
*
* ⚠️ WARNING: This code has been generated by `@promptbook/cli` so that any manual changes will be overwritten
*
* @generated
* @returns {PipelineCollection} Library of promptbooks for Untitled Promptbook project
*/
export declare function getTemplatesPipelineCollection(): PipelineCollection;