GptCodeInterpreter constructor
GptCodeInterpreter({
- required String input,
- required List<
AGptCodeInterpreterOutput> outputs,
Implementation
GptCodeInterpreter({required this.input, required this.outputs});