Table of Contents

Class SkillActivatedEventArgs

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

Event arguments for the SkillActivated event.

public sealed class SkillActivatedEventArgs : EventArgs
Inheritance
SkillActivatedEventArgs
Inherited Members

Constructors

SkillActivatedEventArgs(AgentSkill, string)

Initializes a new instance of the SkillActivatedEventArgs class.

Properties

Context

Gets the optional user context provided with the activation.

This contains any additional context the user or model provided when invoking the skill activation tool.

Skill

Gets the skill that was activated.