mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-03-29 19:31:38 +00:00
6 lines
113 B
C#
6 lines
113 B
C#
|
|
namespace AIStudio.Tools.Rust;
|
|||
|
|
|
|||
|
|
public sealed class TokenCountInfo
|
|||
|
|
{
|
|||
|
|
public int TokenCount { get; set; }
|
|||
|
|
}
|