8 lines
195 B
C#
8 lines
195 B
C#
namespace BotSharp.Abstraction.Statistics.Enums;
|
|
|
|
public static class StatsMetric
|
|
{
|
|
public static string AgentLlmCost = "agent-llm-cost";
|
|
public static string AgentCall = "agent-call";
|
|
}
|