langchain.js
    Preparing search index...

    Interface XAIResponsesFileCitationAnnotation

    File citation annotation.

    interface XAIResponsesFileCitationAnnotation {
        end_index: number;
        file_id: string;
        filename?: string;
        start_index: number;
        type: "file_citation";
    }
    Index

    Properties

    end_index: number

    End index in the text.

    file_id: string

    The file ID being cited.

    filename?: string

    The filename.

    start_index: number

    Start index in the text.

    type: "file_citation"