AssembledContext constructor
const
AssembledContext({})
Implementation
const AssembledContext({
required this.text,
required this.includedChunks,
required this.estimatedTokens,
required this.remainingBudget,
});