Home > @google/generative-ai > LogprobsCandidate
Candidate for the logprobs token and score.
Signature:
export interface LogprobsCandidate | Property | Modifiers | Type | Description |
|---|---|---|---|
| logProbability | number | The candidate's log probability. | |
| token | string | The candidate's token string value. | |
| tokenID | number | The candidate's token id value. |