Property DefaultInjectionMode
DefaultInjectionMode
Gets or sets the default injection mode for skill activation.
public SkillInjectionMode DefaultInjectionMode { get; set; }
Property Value
Examples
Configuring the default injection mode:
var activator = new SkillActivator();
activator.DefaultInjectionMode = SkillInjectionMode.SystemPrompt;