Delta

data class Delta(val role: ChatCompletionRole? = null, val content: String? = null)(source)

Represents a delta in a streaming response.

Constructors

Link copied to clipboard
constructor(role: ChatCompletionRole? = null, content: String? = null)

Properties

Link copied to clipboard

Optional content of the message.

Link copied to clipboard

Optional role of the message sender.