GptCodeInterpreter constructor

GptCodeInterpreter({
  1. required String input,
  2. required List<AGptCodeInterpreterOutput> outputs,
})

Implementation

GptCodeInterpreter({required this.input, required this.outputs});