AgentSkill.Frontmatter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.