FileCitation

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

Constructors

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

Properties

Link copied to clipboard
@SerialName(value = "file_id")
val fileId: FileId

The ID of the specific File the citation is from.

Link copied to clipboard
@SerialName(value = "quote")
val quote: String? = null

The specific quote in the file