GenerateResponseChunk constructor

GenerateResponseChunk({
  1. Role? role,
  2. double? index,
  3. required List<Part?>? content,
  4. dynamic custom,
  5. bool? aggregated,
})

Implementation

GenerateResponseChunk({
  this.role,
  this.index,
  required this.content,
  this.custom,
  this.aggregated,
});