pub fn log_llm_call( model_id: &str, agent_name: &str, prompt_tokens: u32, completion_tokens: u32, duration_ms: f64, )
Log an LLM call.