Table of Contents

Property CustomMetadata

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

CustomMetadata

Gets or sets arbitrary key-value metadata for this skill.

Optional. Common keys include author, tags, category.

[JsonPropertyName("metadata")]
public Dictionary<string, object> CustomMetadata { get; set; }

Property Value

Dictionary<string, object>