Class GeminiLogprobsCandidate
- Namespace
- Uralstech.UGemini.Models.Generation.Candidate
Candidate for the logprobs token and score.
public class GeminiLogprobsCandidate
- Inheritance
-
objectGeminiLogprobsCandidate
- Extension Methods
Fields
LogProbability
The candidate's log probability.
public float LogProbability
Field Value
- float
Token
The candidate’s token string value.
public string Token
Field Value
- string
TokenId
The candidate’s token id value.
public int TokenId
Field Value
- int