CompactCommand constructor
CompactCommand({
- required CompactionService compactionService,
- required List<
Message> getMessages(), - required String getSystemPrompt(),
Implementation
CompactCommand({
required this.compactionService,
required this.getMessages,
required this.getSystemPrompt,
});