Property GeneratedTokens
- Namespace
- LMKit.TextGeneration.Chat
- Assembly
- LM-Kit.NET.dll
GeneratedTokens
Gets the number of tokens generated during the text completion process.
public int GeneratedTokens { get; }
Property Value
Remarks
This property is relevant only when the AuthorRole is set to Assistant. For other author roles, the default value is 0.