CompactCommand constructor

CompactCommand({
  1. required CompactionService compactionService,
  2. required List<Message> getMessages(),
  3. required String getSystemPrompt(),
})

Implementation

CompactCommand({
  required this.compactionService,
  required this.getMessages,
  required this.getSystemPrompt,
});