pub fn classify_turn( user_msg: &str, assistant_msg: &str, tool_results: &[(String, String)], ) -> TurnType
Classifies a turn based on user + assistant content and tool results.