Skip to content

Commit 5a3a77f

Browse files
committed
Add summary doc comment to TokenUsage class
Added a summary documentation comment to the `TokenUsage` class in the `Microsoft.KernelMemory.Models` namespace. This comment describes the purpose of the class, which is to represent the usage of tokens in a request and response cycle. This improves code readability and maintainability by providing context and explanation for the class.
1 parent 4ad6818 commit 5a3a77f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

service/Abstractions/Models/TokenUsage.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
namespace Microsoft.KernelMemory.Models;
66

7+
/// <summary>
8+
/// Represents the usage of tokens in a request and response cycle.
9+
/// </summary>
710
public class TokenUsage
811
{
912
/// <summary>

0 commit comments

Comments
 (0)