GptCodeInterpreterImageOutput constructor

GptCodeInterpreterImageOutput({
  1. GptCodeInterpreterLogType type = GptCodeInterpreterLogType.image,
  2. required GptRunImage image,
})

Implementation

GptCodeInterpreterImageOutput({super.type = GptCodeInterpreterLogType.image, required this.image});