Delta

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

Represents an incremental message update in a streaming chat completion.

See also

Constructors

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

Properties

Link copied to clipboard

The content of the message.

Link copied to clipboard

The role of the author of this message.