Property Compatibility
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
Examples
Requires Python 3.8+ with pdfplumber package installed.