1 2 3 4 5 6 7 8
pub fn log_conversation_trace( vault_id: &str, emotion_state: &super::naorix_emotion::EmotionState, cia_hash: &str, ai_reply: &str, ) { println!("[LOG] Vault: {vault_id}, Tone: {:?}, CIA: {cia_hash}, AI: {ai_reply}", emotion_state); }