SongGuess
    Preparing search index...
    type ResponseOutputText = {
        logprobs?: Logprob[];
        text: string;
        type: "output_text";
    }
    Index

    Properties

    Properties

    logprobs?: Logprob[]
    text: string
    type: "output_text"