Property IsMode
IsMode
Gets or sets a value indicating whether this skill is a "mode command" that modifies the agent's behavior or context.
Optional. When true, the skill appears in a special "Mode Commands"
section, making it prominent for skills like debug-mode or expert-mode.
[JsonPropertyName("mode")]
public bool IsMode { get; set; }