TextDelta
data class TextDelta(val text: String, val index: Int? = null) : StreamFrame.DeltaFrame, StreamFrame(source)
Represents a frame of a streaming response from a LLM with text delta.
Represents a frame of a streaming response from a LLM with text delta.