Table of Contents

Property MaxInputTokens

Namespace
LMKit.TextAnalysis
Assembly
LM-Kit.NET.dll

MaxInputTokens

Gets or sets the maximum number of input tokens that the categorization engine will analyze.

public int MaxInputTokens { get; set; }

Property Value

int

Remarks

Any content beyond this token count will be truncated before classification. The default is 2048 tokens.