FileCitation

sttp.openai.requests.threads.messages.ThreadMessagesResponseData.FileCitation
case class FileCitation(fileId: String, quote: String)

Value parameters

fileId

The ID of the specific File the citation is from.

quote

The specific quote in the file.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
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