Member Junction
    Preparing search index...

    Type Alias ChatResultLogProbs

    Log probability information for a given ChatResultChoice.

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

    Properties

    Properties

    content: ChatResultSingleLogProb[] | null

    A list of message content tokens with log probability information.

    refusal: ChatResultSingleLogProb[] | null

    A list of message refusal tokens with log probability information.