BotSharp/src/Infrastructure/BotSharp.Abstraction/Statistics/Enums/StatsMetric.cs
2025-02-04 15:32:26 -06:00

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";
}