Table of Contents

Property DisableModelInvocation

Namespace
LMKit.Agents.Skills
Assembly
LM-Kit.NET.dll

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; }

Property Value

bool