Table of Contents

Property InputLengthOverflowPolicy

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

InputLengthOverflowPolicy

Gets or sets the strategy to adopt when the input length exceeds the context size. This property determines how the system should handle situations where the input exceeds the allowed length, based on the selected InputLengthOverflowPolicy.

public InputLengthOverflowPolicy InputLengthOverflowPolicy { get; set; }

Property Value

InputLengthOverflowPolicy

The default value is TrimAuto