logProbability property

double? logProbability
getter/setter pair

The log probability of this token.

A higher value indicates that the model was more confident in this token. The log probability can be used to assess the relative likelihood of different tokens and to identify when the model is uncertain.

Implementation

core.double? logProbability;