Table of Contents

Constructor SkillResource

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

SkillResource(string, string)

Initializes a new instance of the SkillResource class.

public SkillResource(string absolutePath, string skillRootPath)

Parameters

absolutePath string

The absolute path to the resource file on disk.

skillRootPath string

The absolute path to the skill root directory.

Exceptions

ArgumentNullException

Thrown when absolutePath or skillRootPath is null.

ArgumentException

Thrown when absolutePath is not within skillRootPath.