Table of Contents

Property Name

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

Name

Gets or sets the unique identifier for this skill.

Required. Max 64 characters. Lowercase letters, numbers, and hyphens only. Must not start or end with a hyphen.

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

Examples

pdf-processing