Property TextShrinkingStrategy
- Namespace
- LMKit.TextAnalysis
- Assembly
- LM-Kit.NET.dll
TextShrinkingStrategy
Gets or sets the strategy used to shrink content when the input exceeds the defined MaximumContextLength. Different strategies trade off between preserving semantic integrity and aggressively reducing length.
Default: Auto
public TextShrinkingStrategy TextShrinkingStrategy { get; set; }