Interface ChatCompletionChoiceLogprobs

interface ChatCompletionChoiceLogprobs {
    content: null | ChatCompletionLogprobsContent[];
    refusal: null | ChatCompletionLogprobsContent[];
}

Properties

Properties