Class SkillTagAttribute
- Namespace
- nanoFramework.WebServer.Skills
- Assembly
- nanoFramework.WebServer.Skills.dll
Adds a discoverable tag to a skill class (A2A: AgentSkill.tags). Apply multiple times to add multiple tags.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class SkillTagAttribute : Attribute
- Inheritance
-
SkillTagAttribute
- Inherited Members
- Extension Methods
Constructors
SkillTagAttribute(string)
Initializes a new instance of the SkillTagAttribute class.
public SkillTagAttribute(string tag)
Parameters
tagstringThe tag keyword for this skill.
Properties
Tag
Gets the tag value.
public string Tag { get; }