SongGuess
    Preparing search index...

    Type Alias ChatCompletionUrlCitation

    type ChatCompletionUrlCitation = {
        type: "url_citation";
        url_citation: {
            end_index: number;
            start_index: number;
            title: string;
            url: string;
        };
    }
    Index

    Properties

    Properties

    type: "url_citation"
    url_citation: {
        end_index: number;
        start_index: number;
        title: string;
        url: string;
    }