pub fn estimate_tokens(text: &str) -> i64
Tokens a reply of text is worth, when nothing counted them: its characters over [CHARS_PER_TOKEN], and never zero for text that exists.
text
CHARS_PER_TOKEN