Append

data class Append(val text: String) : StreamFrame(source)

Represents a frame of a streaming response from a LLM that appends some text.

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard

The text to append to the response.