@promptbook/remote-server
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
18 lines (17 loc) • 631 B
TypeScript
import type { PipelineString } from '../../../pipeline/PipelineString';
import type { string_markdown_text } from '../../../types/typeAliases';
type AddPipelineCommandOptions = {
commandString: string_markdown_text;
pipelineString: PipelineString;
};
/**
* @@@
*
* @public exported from `@promptbook/editable`
*/
export declare function addPipelineCommand(options: AddPipelineCommandOptions): PipelineString;
export {};
/**
* TODO: [🧠] What is the better solution - `- xxx`, - `- xxx` or preserve (see also next TODO)
* TODO: When existing commands 1) as 2) number 3) list, add 4) new command as next number
*/