Table of Contents

Property MaxSnippetLength

Namespace
LMKit.Agents.Tools.BuiltIn.Net
Assembly
LM-Kit.NET.dll

MaxSnippetLength

Gets or sets the maximum snippet length in characters. Default is 2048.

Set to a lower value (e.g., 500) for shorter snippets in simple tasks. Set to 0 or negative for unlimited length (not recommended for most use cases).

public int MaxSnippetLength { get; set; }

Property Value

int