minor change

This commit is contained in:
Jicheng Lu 2025-05-08 11:34:58 -05:00
parent 0a8519559e
commit 4865e31ce2

View file

@ -1,10 +1,12 @@
namespace BotSharp.Plugin.MongoStorage.Models;
[BsonIgnoreExtraElements(Inherited = true)]
public class StatsCountMongoElement
{
public long AgentCallCount { get; set; }
}
[BsonIgnoreExtraElements(Inherited = true)]
public class StatsLlmCostMongoElement
{
public long PromptTokens { get; set; }