@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
9 lines (8 loc) • 379 B
TypeScript
import type { $PipelineJson } from '../../commands/_common/types/CommandParser';
import type { PipelineString } from '../../pipeline/PipelineString';
/**
* Creates the mutable pipeline JSON structure used throughout parsing.
*
* @private internal utility of `parsePipeline`
*/
export declare function createInitialPipelineJson(pipelineString: PipelineString): $PipelineJson;