Skip to main content

calculate_tool_statistics

Function calculate_tool_statistics 

Source
pub fn calculate_tool_statistics(
    invocations: &[ToolInvocation],
) -> HashMap<String, ToolStatistics>
Expand description

Calculate tool statistics from invocations Replaced by Analyzer::calculate_tool_statistics - kept for compatibility