feat: 完成用量统计功能模块
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Yi.Framework.AiHub.Domain.Entities.ValueObjects;
|
||||
|
||||
public class TokenUsageValueObject
|
||||
{
|
||||
public int OutputTokenCount { get; set; }
|
||||
|
||||
public int InputTokenCount { get; set; }
|
||||
|
||||
public int TotalTokenCount { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user