ModalityTokenCount

@Serializable
data class ModalityTokenCount(val modality: Modality, val tokenCount: Int)

Represents the modality token count.

Constructors

Link copied to clipboard
constructor(modality: Modality, tokenCount: Int)

Properties

Link copied to clipboard

The modality.

Link copied to clipboard
val tokenCount: Int

The token count.