record_llm_call

Function record_llm_call 

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

Record LLM call with duration and token counts.