UNPKG

@promptbook/browser

Version:

Promptbook: Run AI apps in plain human language across multiple models and platforms

11 lines (10 loc) 448 B
import type { PipelineCollection } from '../../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;