Table of Contents

Method IsValidSkillName

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

IsValidSkillName(string)

Validates the skill name format according to the specification.

public static bool IsValidSkillName(string name)

Parameters

name string

The name to validate.

Returns

bool

true if the name is valid; otherwise, false.