GptThreadContentText constructor

GptThreadContentText({
  1. required String value,
  2. required List<GptThreadAnnotation> annotations,
})

Implementation

GptThreadContentText({required this.value, required this.annotations});