Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 810 Bytes

File metadata and controls

22 lines (14 loc) · 810 Bytes

Home > @google/generative-ai > LogprobsCandidate

LogprobsCandidate interface

Candidate for the logprobs token and score.

Signature:

export interface LogprobsCandidate 

Properties

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.