Table of Contents

Property IncludeResourceListing

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

IncludeResourceListing

Gets or sets whether to include resource listings in the activation context.

public bool IncludeResourceListing { get; set; }

Property Value

bool

Examples

Disabling resource listings in activation:

var activator = new SkillActivator();
activator.IncludeResourceListing = false;