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 Serializable
trait Product
trait Equals
trait Annotation
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product