FileQuote

data class FileQuote(val fileId: String, val quote: String)

Holds data about the file quote generated by the retrieval tool.

Constructors

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

Properties

Link copied to clipboard

The id of the file the quote was taken from

Link copied to clipboard

The quote that was used to generate the response