Text

@SerialName(value = "text")
class Text(val text: String) : OpenAIContentPart(source)

Text content part in the OpenAI chat completion API.

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard

The text content.