GptCodeInterpreterLogOutput constructor

GptCodeInterpreterLogOutput({
  1. GptCodeInterpreterLogType type = GptCodeInterpreterLogType.logs,
  2. required String logs,
})

Implementation

GptCodeInterpreterLogOutput({super.type = GptCodeInterpreterLogType.logs, required this.logs});