Skip to content

AgentPrismSkillOptions

Namespace AgentPrism · Assembly AgentPrism.Core.dll

Defines limits for skill content and agent attachment.

public sealed class AgentPrismSkillOptions

objectAgentPrismSkillOptions

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

public AgentPrismSkillOptions()

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 AgentPrismSkillScriptOptions Scripts { get; set; }

AgentPrismSkillScriptOptions