TextComplete
data class TextComplete(val text: String, val index: Int? = null) : StreamFrame.CompleteFrame, StreamFrame(source)
Represents a completion of a streaming response text part.
Represents a completion of a streaming response text part.