Table of Contents

Property DefaultInjectionMode

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

DefaultInjectionMode

Gets or sets the default injection mode for skill activation.

public SkillInjectionMode DefaultInjectionMode { get; set; }

Property Value

SkillInjectionMode

Examples

Configuring the default injection mode:

var activator = new SkillActivator();
activator.DefaultInjectionMode = SkillInjectionMode.SystemPrompt;