Skip to content
Tracon

TraconSkillOptions

Namespace Tracon · Assembly Tracon.Core.dll

Defines limits for skill content and agent attachment.

public sealed class TraconSkillOptions

objectTraconSkillOptions

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

public TraconSkillOptions()

Gets or sets the largest byte count for Markdown instructions.

public int MaxInstructionsLength { get; set; }

int

Gets or sets the largest byte count for one resource’s content.

public int MaxResourceContentLength { get; set; }

int

Gets or sets the largest resource count that a skill can carry.

public int MaxResourcesPerSkill { get; set; }

int

Gets or sets the largest skill count that can attach to one agent.

public int MaxSkillsPerAgent { get; set; }

int

Gets or sets script-execution options. They are disabled by default.

public TraconSkillScriptOptions Scripts { get; set; }

TraconSkillScriptOptions