Package-level declarations

Types

Link copied to clipboard

Base interface for streaming tokens used to render message content in real time as it is received.

Link copied to clipboard

Represents an individual streamed token.

Link copied to clipboard

Represents the streaming token's format.

Link copied to clipboard
@JsonClass(generateAdapter = false)
enum StreamingTokenType : Enum<StreamingTokenType>

The type of streaming token payload.

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class StreamingTokenValidationResult(val valid: Boolean, val reason: String? = null)