Table of Contents

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

int

Remarks

This property is relevant only when the AuthorRole is set to Assistant. For other author roles, the default value is 0.