Table of Contents

Method DisableModelInvocation

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

DisableModelInvocation(bool)

Disables automatic model invocation for this skill.

When set, the skill can only be invoked explicitly via slash command.

public SkillBuilder DisableModelInvocation(bool disable = true)

Parameters

disable bool

Whether to disable model invocation.

Returns

SkillBuilder

This builder for method chaining.