Package com.openai.models
Class FileCitationDeltaAnnotation
-
- All Implemented Interfaces:
public final class FileCitationDeltaAnnotation
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 "file_search" tool to search files.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FileCitationDeltaAnnotation.Builder
public final class
FileCitationDeltaAnnotation.Type
Always
file_citation
.public final class
FileCitationDeltaAnnotation.FileCitation
-
Method Summary
-
-
Method Detail
-
type
final FileCitationDeltaAnnotation.Type type()
Always
file_citation
.
-
fileCitation
final Optional<FileCitationDeltaAnnotation.FileCitation> fileCitation()
-
startIndex
final Optional<Long> startIndex()
-
_type
final JsonField<FileCitationDeltaAnnotation.Type> _type()
Always
file_citation
.
-
_fileCitation
final JsonField<FileCitationDeltaAnnotation.FileCitation> _fileCitation()
-
_startIndex
final JsonField<Long> _startIndex()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final FileCitationDeltaAnnotation validate()
-
toBuilder
final FileCitationDeltaAnnotation.Builder toBuilder()
-
builder
final static FileCitationDeltaAnnotation.Builder builder()
-
-
-
-