ReasoningComplete

data class ReasoningComplete(val text: List<String>, val summary: List<String>? = null, val encrypted: String? = null, val index: Int? = null) : StreamFrame.CompleteFrame, StreamFrame(source)

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

Constructors

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

Properties

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

The text to append to the reasoning text.