ContextCommand constructor
ContextCommand({
- required CompactionService compactionService,
- required List<
Message> getMessages(), - int contextWindow = 200000,
Implementation
ContextCommand({
required this.compactionService,
required this.getMessages,
this.contextWindow = 200000,
});