ContextCommand constructor

ContextCommand({
  1. required CompactionService compactionService,
  2. required List<Message> getMessages(),
  3. int contextWindow = 200000,
})

Implementation

ContextCommand({
  required this.compactionService,
  required this.getMessages,
  this.contextWindow = 200000,
});