UNPKG

@promptbook/vercel

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

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; };