Skip to content

Commit 4865e31

Browse files
author
Jicheng Lu
committed
minor change
1 parent 0a85195 commit 4865e31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Plugins/BotSharp.Plugin.MongoStorage/Models/GlobalStatsMongoElement.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
namespace BotSharp.Plugin.MongoStorage.Models;
22

3+
[BsonIgnoreExtraElements(Inherited = true)]
34
public class StatsCountMongoElement
45
{
56
public long AgentCallCount { get; set; }
67
}
78

9+
[BsonIgnoreExtraElements(Inherited = true)]
810
public class StatsLlmCostMongoElement
911
{
1012
public long PromptTokens { get; set; }

0 commit comments

Comments
 (0)