Function context_usage
Source pub fn context_usage(text: &str, context_window: usize) -> f64
Expand description
Token estimation and context usage helpers.
Calculate context length usage percentage.
§Arguments
text - The text to measure
context_window - The model’s context window size
§Returns
Percentage of context window used (0.0 to 1.0)