Property Model
Model
Gets or sets the preferred model for this skill.
Optional. When specified, the skill may request execution with
a specific model (e.g., claude-opus-4-20250514).
Use inherit to use the session's current model.
[JsonPropertyName("model")]
public string Model { get; set; }