MessageDelta

data class MessageDelta(val stopReason: String? = null, val stopSequence: String? = null)(source)

Delta information for message updates

Constructors

Link copied to clipboard
constructor(stopReason: String? = null, stopSequence: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "stop_reason")
val stopReason: String?
Link copied to clipboard
@SerialName(value = "stop_sequence")
val stopSequence: String?