GptThreadContentText constructor
GptThreadContentText({
- required String value,
- required List<
GptThreadAnnotation> annotations,
Implementation
GptThreadContentText({required this.value, required this.annotations});