Table of Contents

Method AsMode

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

AsMode(bool)

Marks this skill as a mode command.

public SkillBuilder AsMode(bool isMode = true)

Parameters

isMode bool

Whether this is a mode skill.

Returns

SkillBuilder

This builder for method chaining.