minor change
This commit is contained in:
parent
0a8519559e
commit
4865e31ce2
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue