Log probability information for the choice.

interface Logprobs {
    content: null | ChatCompletionTokenLogprob[];
    refusal: null | ChatCompletionTokenLogprob[];
}

Properties

Properties

content: null | ChatCompletionTokenLogprob[]

A list of message content tokens with log probability information.

refusal: null | ChatCompletionTokenLogprob[]

A list of message refusal tokens with log probability information.