SongGuess
    Preparing search index...

    Type Alias ChatCompletionContentPartRefusal

    type ChatCompletionContentPartRefusal = {
        refusal: string;
        type: "refusal";
    }
    Index

    Properties

    Properties

    refusal: string
    type: "refusal"