LLamaResponse constructor

LLamaResponse({
  1. required bool isDone,
  2. required String result,
})

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

LLamaResponse({
  required this.isDone,
  required this.result,
});