chosenCandidates

@CanIgnoreReturnValue()
public LogprobsResult.Builder chosenCandidates(Array<LogprobsResultCandidate> chosenCandidates)

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()
public LogprobsResult.Builder chosenCandidates(Array<LogprobsResultCandidate.Builder> chosenCandidatesBuilders)

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`.