pub fn estimate_message_tokens(message: &ChatMessage) -> u32Expand description
Estimates tokens for a chat message.
Includes a small overhead for role markers and message structure.
pub fn estimate_message_tokens(message: &ChatMessage) -> u32Estimates tokens for a chat message.
Includes a small overhead for role markers and message structure.