FileCitation

@Serializable
data class FileCitation(val fileId: FileId, val quote: String)

Constructors

Link copied to clipboard
constructor(fileId: FileId, quote: String)

Properties

Link copied to clipboard

The ID of the specific File the citation is from.

Link copied to clipboard

The specific quote in the file