CompressedContext constructor
const
CompressedContext({})
Implementation
const CompressedContext({
required this.text,
required this.originalChars,
required this.compressedChars,
required this.ratio,
required this.estimatedTokensSaved,
required this.includedChunks,
});