GptThreadContent constructor
GptThreadContent({
- required GptThreadContentType type,
- GptThreadContentImageFile? imageFile,
- GptThreadContentText? text,
Implementation
GptThreadContent({required this.type, this.imageFile, this.text});