End
data class End(val finishReason: String? = null, val metaInfo: ResponseMetaInfo = ResponseMetaInfo.Empty) : StreamFrame(source)
Represents a frame of a streaming response from a LLM that signals the end of the stream.
Represents a frame of a streaming response from a LLM that signals the end of the stream.