File Citation
data class FileCitation(val text: String, val fileCitation: TextAnnotation.FileCitation.FileQuote, val startIndex: Int, val endIndex: Int) : TextAnnotation
File citations are created by the RetrievalTool and define references to a specific quote in a specific file that used by the Assistant to generate the response.
Constructors
Link copied to clipboard
constructor(text: String, fileCitation: TextAnnotation.FileCitation.FileQuote, startIndex: Int, endIndex: Int)