fn build_preview( content: &str, remaining_tokens: usize, preview_len: usize, ) -> Option<(String, usize)>