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.

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 text to append to the response.