final case class MessageContentTextAnnotationsFileCitationObject(type: MessageContentTextAnnotationsFileCitationObject.Type, text: String, fileCitation: FileCitation, startIndex: StartIndex, endIndex: EndIndex) extends Product with Serializable
MessageContentTextAnnotationsFileCitationObject model
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.
- type
Always
file_citation.- text
The text in the message content that needs to be replaced.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MessageContentTextAnnotationsFileCitationObject
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MessageContentTextAnnotationsFileCitationObject(type: MessageContentTextAnnotationsFileCitationObject.Type, text: String, fileCitation: FileCitation, startIndex: StartIndex, endIndex: EndIndex)
- type
Always
file_citation.- text
The text in the message content that needs to be replaced.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val endIndex: EndIndex
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fileCitation: FileCitation
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val startIndex: StartIndex
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val text: String
- val type: MessageContentTextAnnotationsFileCitationObject.Type
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()