UNPKG

@promptbook/remote-client

Version:

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

8 lines (7 loc) 308 B
import type { PipelineJson } from '../../pipeline/PipelineJson/PipelineJson'; /** * Collects pipeline-level commands in the existing serialization order. * * @private internal utility of `pipelineJsonToString` */ export declare function createPipelineCommands(pipelineJson: PipelineJson): Array<string>;