UNPKG

@promptbook/azure-openai

Version:

Promptbook: Run AI apps in plain human language across multiple models and platforms

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