ChatResultLogProbs: {
    content: ChatResultSingleLogProb[] | null;
    refusal: ChatResultSingleLogProb[] | null;
}

Log probability information for a given ChatResultChoice.

Type declaration