chosen Candidates
public abstract LogprobsResult.Builder chosenCandidates(List<LogprobsResultCandidate> chosenCandidates)
@CanIgnoreReturnValue()
Setter for chosenCandidates.
chosenCandidates: A list of the chosen candidate tokens at each decoding step. The length of this list is equal to the total number of decoding steps. Note that the chosen candidate might not be in `top_candidates`.
@CanIgnoreReturnValue()
Setter for chosenCandidates builder.
chosenCandidates: A list of the chosen candidate tokens at each decoding step. The length of this list is equal to the total number of decoding steps. Note that the chosen candidate might not be in `top_candidates`.