withUsed method
Returns a copy with updated used count.
Implementation
ContextWindow withUsed(int used) =>
ContextWindow(maxInput: maxInput, maxOutput: maxOutput, used: used);
Returns a copy with updated used count.
ContextWindow withUsed(int used) =>
ContextWindow(maxInput: maxInput, maxOutput: maxOutput, used: used);