GptThreadAnnotation constructor

GptThreadAnnotation({
  1. required GptContentTextType type,
  2. required int startIndex,
  3. required int endIndex,
  4. required String text,
  5. GptThreadAnnotationFileCitation? fileCitation,
  6. GptThreadAnnotationFilePath? filePath,
})

Implementation

GptThreadAnnotation(
    {required this.type, required this.startIndex, required this.endIndex, required this.text, this.fileCitation, this.filePath});