feat: 兼容了用量使用显示
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
public class TokenUsageValueObject
|
||||
{
|
||||
public int OutputTokenCount { get; set; }
|
||||
public long OutputTokenCount { get; set; }
|
||||
|
||||
public int InputTokenCount { get; set; }
|
||||
public long InputTokenCount { get; set; }
|
||||
|
||||
public long TotalTokenCount { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user