totalTokens property

int totalTokens
final

The total number of tokens used for the chat completion(s). This is the sum of promptTokens and completionTokens.

Implementation

final int totalTokens;