CountTokensResponse constructor

CountTokensResponse(
  1. int totalTokens, {
  2. int? totalBillableCharacters,
  3. List<ModalityTokenCount>? promptTokensDetails,
})

Implementation

CountTokensResponse(this.totalTokens,
    {this.totalBillableCharacters, this.promptTokensDetails});