AgentSkillFrontmatter.Compatibility Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets optional compatibility information (max 500 chars).
public string? Compatibility { get; set; }
member this.Compatibility : string with get, set
Public Property Compatibility As String
Property Value
Exceptions
Thrown when the value exceeds Microsoft.Agents.AI.AgentSkillFrontmatter.MaxCompatibilityLength characters.