CountTokensResponse

data class CountTokensResponse


Data class holding token count information.

Summary

Public constructors

CountTokensResponse(totalTokens: Int)

Public properties

Int

total number of tokens calculated.

Public constructors

CountTokensResponse

CountTokensResponse(totalTokens: Int)

Public properties

totalTokens

val totalTokensInt

total number of tokens calculated.