GptThreadAnnotation constructor
GptThreadAnnotation({
- required GptContentTextType type,
- required int startIndex,
- required int endIndex,
- required String text,
- GptThreadAnnotationFileCitation? fileCitation,
- GptThreadAnnotationFilePath? filePath,
Implementation
GptThreadAnnotation(
{required this.type, required this.startIndex, required this.endIndex, required this.text, this.fileCitation, this.filePath});