Skip to main content

TokenCounter

Trait TokenCounter 

Source
pub trait TokenCounter {
    // Required method
    fn count_tokens(&self, content: &str) -> usize;
}

Required Methods§

Source

fn count_tokens(&self, content: &str) -> usize

Implementors§