Table of Contents

Property MaxTextLength

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

MaxTextLength

Gets or sets the maximum text length when returning file content as text. Default is 100000 characters. Set to 0 for unlimited.

public int MaxTextLength { get; set; }

Property Value

int
Share