logprobs property

int? logprobs
getter/setter pair

The number of top log probabilities to return for each token.

This can be used to see which other tokens were considered likely candidates for a given position. A higher value will return more options, but it will also increase the size of the response.

Optional.

Implementation

core.int? logprobs;