toggle menu
openai-kotlin
common
switch theme
search in API
openai-core
/
com.aallam.openai.api.message
/
FileCitation
File
Citation
@
Serializable
data
class
FileCitation
(
val
fileId
:
FileId
,
val
quote
:
String
?
=
null
)
Members
Constructors
File
Citation
Link copied to clipboard
constructor
(
fileId
:
FileId
,
quote
:
String
?
=
null
)
Properties
file
Id
Link copied to clipboard
@
SerialName
(
value
=
"file_id"
)
val
fileId
:
FileId
The ID of the specific File the citation is from.
quote
Link copied to clipboard
@
SerialName
(
value
=
"quote"
)
val
quote
:
String
?
=
null
The specific quote in the file