We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a85195 commit 4865e31Copy full SHA for 4865e31
src/Plugins/BotSharp.Plugin.MongoStorage/Models/GlobalStatsMongoElement.cs
@@ -1,10 +1,12 @@
1
namespace BotSharp.Plugin.MongoStorage.Models;
2
3
+[BsonIgnoreExtraElements(Inherited = true)]
4
public class StatsCountMongoElement
5
{
6
public long AgentCallCount { get; set; }
7
}
8
9
10
public class StatsLlmCostMongoElement
11
12
public long PromptTokens { get; set; }
0 commit comments