Skip to main content

record_workflow_llm_call

Function record_workflow_llm_call 

Source
pub fn record_workflow_llm_call(
    workflow_name: &str,
    model: &str,
    latency_ms: u64,
    prompt_tokens: u64,
    completion_tokens: u64,
    total_tokens: u64,
    estimated_cost_usd: f64,
)