AgentSkill.Frontmatter Property

Definition

Gets the frontmatter metadata for this skill.

public abstract Microsoft.Agents.AI.AgentSkillFrontmatter Frontmatter { get; }
member this.Frontmatter : Microsoft.Agents.AI.AgentSkillFrontmatter
Public MustOverride ReadOnly Property Frontmatter As AgentSkillFrontmatter

Property Value

Remarks

Contains the L1 discovery metadata (name, description, license, compatibility, etc.) as defined by the Agent Skills specification.

Applies to