AgentSkillResource Class

Definition

Abstract base class for skill resources. A resource provides supplementary content (references, assets) to a skill.

public abstract class AgentSkillResource
type AgentSkillResource = class
Public MustInherit Class AgentSkillResource
Inheritance
AgentSkillResource

Constructors

Name Description
AgentSkillResource(String, String)

Initializes a new instance of the AgentSkillResource class.

Properties

Name Description
Description

Gets the optional resource description.

Name

Gets the resource name.

Methods

Name Description
ReadAsync(IServiceProvider, CancellationToken)

Reads the resource content asynchronously.

Applies to