The log probability information for the choice.

interface ChatsLogProbs {
    content: ChatsLogProb[];
    refusal: ChatsLogProb[];
}

Properties

Properties

content: ChatsLogProb[]

A list of message content tokens with log probability information.

refusal: ChatsLogProb[]

A list of message refusal tokens with log probability information.