GptThread constructor

GptThread({
  1. required String id,
  2. String object = "thread",
  3. required int createdAt,
  4. Map<String, dynamic>? metadata,
})

Implementation

GptThread({required this.id, this.object = "thread", required this.createdAt, this.metadata});