Table of Contents

Field DefaultMaxContentLength

Namespace
LMKit.Agents.Skills
Assembly
LM-Kit.NET.dll

Gets the default maximum content length returned by the tool (64KB).

public const int DefaultMaxContentLength = 65536

Returns

int
Gets the default maximum content length returned by the tool (64KB).

Examples

Checking the default content length limit:

Console.WriteLine(SkillResourceTool.DefaultMaxContentLength); // 65536 (64KB)