Table of Contents

Field DefaultName

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

Gets the default name for the skill tool.

public const string DefaultName = "activate_skill"

Returns

string
Gets the default name for the skill tool.

Examples

Using the default tool name:

Console.WriteLine(SkillTool.DefaultName); // "activate_skill"