UNPKG

@promptbook/openai

Version:

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

9 lines (8 loc) 361 B
import type { PipelineString } from '../../../pipeline/PipelineString'; /** * Utility to determine if a pipeline string is in flat format. * A flat pipeline is a simple text without proper structure (headers, blocks, etc). * * @public exported from `@promptbook/editable` */ export declare function isFlatPipeline(pipelineString: PipelineString): boolean;