ReasoningDelta

data class ReasoningDelta(val text: String? = null, val summary: String? = null, val index: Int? = null) : StreamFrame.DeltaFrame, StreamFrame(source)

Represents a frame of a streaming response from a LLM with reasoning text delta.

Constructors

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

Properties

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

The text to append to the reasoning text.