Class FileAnnotation
- java.lang.Object
-
- io.github.sashirestela.openai.common.content.FileAnnotation
-
- Direct Known Subclasses:
FileAnnotation.FileCitationAnnotation
,FileAnnotation.FilePathAnnotation
public class FileAnnotation extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FileAnnotation.AnnotationType
static class
FileAnnotation.FileCitationAnnotation
static class
FileAnnotation.FilePathAnnotation
-
Field Summary
Fields Modifier and Type Field Description protected Integer
endIndex
protected Integer
index
protected Integer
startIndex
protected String
text
protected FileAnnotation.AnnotationType
type
-
Constructor Summary
Constructors Constructor Description FileAnnotation()
-
-
-
Field Detail
-
index
protected Integer index
-
type
protected FileAnnotation.AnnotationType type
-
text
protected String text
-
startIndex
protected Integer startIndex
-
endIndex
protected Integer endIndex
-
-