Table of Contents

Constructor SkillResourceLoadedEventArgs

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

SkillResourceLoadedEventArgs(AgentSkill, SkillResource, string)

Initializes a new instance of the SkillResourceLoadedEventArgs class.

public SkillResourceLoadedEventArgs(AgentSkill skill, SkillResource resource, string content)

Parameters

skill AgentSkill

The skill containing the resource.

resource SkillResource

The loaded resource.

content string

The content returned.