Table of Contents

Field DefaultName

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

Gets the default name for the skill resource tool.

public const string DefaultName = "load_skill_resource"

Returns

string
Gets the default name for the skill resource tool.

Examples

Using the default tool name:

Console.WriteLine(SkillResourceTool.DefaultName); // "load_skill_resource"