UNPKG

@promptbook/remote-server

Version:

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

9 lines (8 loc) 325 B
import type { TaskJson } from '../../pipeline/PipelineJson/TaskJson'; import type { string_markdown } from '../../types/string_markdown'; /** * Stringifies one task section of the pipeline. * * @private internal utility of `pipelineJsonToString` */ export declare function stringifyTask(task: TaskJson): string_markdown;