Package version:

Interface MessageTextFileCitationDetails

A representation of a file-based text citation, as used in a file-based annotation of text thread message content.

interface MessageTextFileCitationDetails {
    fileId: string;
    quote: string;
}

Properties

Properties

fileId: string

The ID of the file associated with this citation.

quote: string

The specific quote cited in the associated file.