GptThreadContent constructor

GptThreadContent({
  1. required GptThreadContentType type,
  2. GptThreadContentImageFile? imageFile,
  3. GptThreadContentText? text,
})

Implementation

GptThreadContent({required this.type, this.imageFile, this.text});