minor change
This commit is contained in:
parent
ac76a08524
commit
64831f5b3a
|
|
@ -78,7 +78,7 @@ public class TokenStatistics : ITokenStatistics
|
|||
new StatsKeyValuePair("completion_cost_total", deltaCompletionCost)
|
||||
]
|
||||
};
|
||||
globalStats.UpdateStats($"global-llm-cost-{metric}-{dim}-{agentId}", body);
|
||||
globalStats.UpdateStats($"global-{metric}-{dim}-{agentId}", body);
|
||||
}
|
||||
|
||||
public void PrintStatistics()
|
||||
|
|
|
|||
|
|
@ -39,6 +39,6 @@ public class GlobalStatsConversationHook : IContentGeneratingHook
|
|||
new StatsKeyValuePair("agent_call_count", 1)
|
||||
]
|
||||
};
|
||||
globalStats.UpdateStats($"global-agent-call-{metric}-{dim}-{agentId}", body);
|
||||
globalStats.UpdateStats($"global-{metric}-{dim}-{agentId}", body);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue