log_llm_call

Function log_llm_call 

Source
pub fn log_llm_call(
    model_id: &str,
    agent_name: &str,
    prompt_tokens: u32,
    completion_tokens: u32,
    duration_ms: f64,
)
Expand description

Log an LLM call.