Property Context
Context
Gets or sets the execution context for this skill.
Optional. Values include fork (run in isolated subagent)
or inline (run in current context). Default is inline.
[JsonPropertyName("context")]
public string Context { get; set; }