Property MaxSnippetLength
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; }