Table of Contents

Property Version

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

Version

Gets or sets the version of this skill.

Optional. Semantic versioning recommended (e.g., 1.0.0).

[JsonPropertyName("version")]
public string Version { get; set; }

Property Value

string