Table of Contents

Property MaxInstructionLength

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

MaxInstructionLength

Gets or sets the maximum instruction length to include directly. Instructions exceeding this length may be truncated or summarized.

public int MaxInstructionLength { get; set; }

Property Value

int

Examples

Limiting instruction length:

var activator = new SkillActivator();
activator.MaxInstructionLength = 20000; // Limit to 20KB