Initial commit to new repository
This commit is contained in:
6
.decompiledproj/AxCopilot/Services/TokenUsage.cs
Normal file
6
.decompiledproj/AxCopilot/Services/TokenUsage.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace AxCopilot.Services;
|
||||
|
||||
public record TokenUsage(int PromptTokens, int CompletionTokens)
|
||||
{
|
||||
public int TotalTokens => PromptTokens + CompletionTokens;
|
||||
}
|
||||
Reference in New Issue
Block a user