AgentFileSkill Class

Definition

An AgentSkill discovered from a filesystem directory backed by a SKILL.md file.

public sealed class AgentFileSkill : Microsoft.Agents.AI.AgentSkill
type AgentFileSkill = class
    inherit AgentSkill
Public NotInheritable Class AgentFileSkill
Inherits AgentSkill
Inheritance
AgentFileSkill

Properties

Name Description
Frontmatter

Gets the frontmatter metadata for this skill.

Path

Gets the directory path where the skill was discovered.

Methods

Name Description
GetContentAsync(CancellationToken)

Gets the full skill content.

GetResourceAsync(String, CancellationToken)

Gets a resource owned by this skill by name.

GetScriptAsync(String, CancellationToken)

Gets a script owned by this skill by name.

Applies to