Property DisableModelInvocation
DisableModelInvocation
Gets or sets a value indicating whether the model should be prevented from automatically invoking this skill.
Optional. When true, the skill can only be invoked explicitly
by the user via a slash command.
[JsonPropertyName("disable-model-invocation")]
public bool DisableModelInvocation { get; set; }