pub fn record_llm_call( model_id: &str, agent_name: &str, duration_ms: f64, prompt_tokens: u32, completion_tokens: u32, )
Record LLM call with duration and token counts.