Table of Contents

Property Compatibility

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

Compatibility

Gets or sets environment requirements for this skill.

Optional. Max 500 characters. Can indicate intended product, required system packages, network access needs, etc.

[JsonPropertyName("compatibility")]
public string Compatibility { get; set; }

Property Value

string

Examples

Requires Python 3.8+ with pdfplumber package installed.