CompactionResult constructor
const
CompactionResult({})
Implementation
const CompactionResult({
required this.compactedMessages,
this.summary,
required this.preCompactTokenCount,
required this.postCompactTokenCount,
this.strategy = CompactionStrategy.auto,
this.userDisplayMessage,
this.messagesToKeep,
});