pub fn is_harmony_template(template: &str) -> boolExpand description
Check if a chat template uses Harmony format by looking for Harmony markers.
Returns true if the template contains Harmony-specific tokens like
<|channel|>, <|start|>, <|message|>, or <|end|>.