Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 561 Bytes

File metadata and controls

16 lines (11 loc) · 561 Bytes

TextFormatStyle

The formatting style to apply to text when rendering:

  • UNFORMATTED: Should be rendered as a simple string, no extra formatting is applied.
  • PREFORMATTED: Whitespace is maintained and the content is rendered in a monospace font.
  • MARKDOWN: Markdown rendering should be applied.
Value
"UNFORMATTED"
"PREFORMATTED"
"MARKDOWN"

[Back to Model list] [Back to API list] [Back to README]