Property GeneratedTokens
- Namespace
- LMKit.TextGeneration.Events
- Assembly
- LM-Kit.NET.dll
GeneratedTokens
Retrieves a read-only collection of tokens that have been generated by the model up to this point.
public IReadOnlyList<int> GeneratedTokens { get; }