GptCodeInterpreterImageOutput constructor
GptCodeInterpreterImageOutput({
- GptCodeInterpreterLogType type = GptCodeInterpreterLogType.image,
- required GptRunImage image,
Implementation
GptCodeInterpreterImageOutput({super.type = GptCodeInterpreterLogType.image, required this.image});