FileCitationAnnotation
sttp.openai.requests.threads.messages.ThreadMessagesResponseData.FileCitationAnnotation
case class FileCitationAnnotation(`type`: String, text: String, fileCitation: FileCitation, startIndex: Int, endIndex: Int) extends Annotation
A citation within the message that points to a specific quote from a specific File associated with the assistant or the message. Generated when the assistant uses the "retrieval" tool to search files.
Value parameters
- text
-
The text in the message content that needs to be replaced.
- type
-
Always file_citation.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Annotationclass Objecttrait Matchableclass Any
Members list
In this article