Property MaxInstructionLength
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
Examples
Limiting instruction length:
var activator = new SkillActivator();
activator.MaxInstructionLength = 20000; // Limit to 20KB