GptCodeInterpreterLogOutput constructor
GptCodeInterpreterLogOutput({
- GptCodeInterpreterLogType type = GptCodeInterpreterLogType.logs,
- required String logs,
Implementation
GptCodeInterpreterLogOutput({super.type = GptCodeInterpreterLogType.logs, required this.logs});