TextFormat

@JsonClass(generateAdapter = true)
open class TextFormat(val text: String, val citationContent: CitationContent? = null) : StaticContentFormat

A message containing plain or markdown-formatted text, optionally with citation references.

Inheritors

Constructors

Link copied to clipboard
constructor(text: String, citationContent: CitationContent? = null)

Properties

Link copied to clipboard
Link copied to clipboard

The specific format type that determines how this message content is rendered.

Link copied to clipboard