UNPKG

@promptbook/remote-server

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

14 lines (13 loc) 312 B
/** * Options for `prettifyPipelineString` function */ export type PrettifyOptions = { /*** * If true, adds Mermaid graph to the Promptbook string */ readonly isGraphAdded?: boolean; /** * If true, the string is prettifyed as markdown */ readonly isPrettifyed?: boolean; };