StreamingTextFormat

@JsonClass(generateAdapter = true)
class StreamingTextFormat(val text: String) : StaticContentFormat.TextFormat, StreamingTokenMessageFormat

A text-formatted streaming token.

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard
Link copied to clipboard
val text: String