Interface LogprobsResultCandidate

Candidate for the logprobs token and score.

interface LogprobsResultCandidate {
    logProbability?: number;
    token?: string;
    tokenId?: number;
}

Properties

logProbability?: number

The candidate's log probability.

token?: string

The candidate's token string value.

tokenId?: number

The candidate's token id value.

MMNEPVFCICPMFPCPTTAAATR