TextComplete

data class TextComplete(val text: String, val index: Int? = null) : StreamFrame.CompleteFrame, StreamFrame(source)

Represents a completion of a streaming response text part.

Constructors

Link copied to clipboard
constructor(text: String, index: Int? = null)

Properties

Link copied to clipboard
open override val index: Int?
Link copied to clipboard

The complete text of the response.