AgentSkillResource(String, String) Constructor

Definition

Initializes a new instance of the AgentSkillResource class.

protected AgentSkillResource(string name, string? description = default);
new Microsoft.Agents.AI.AgentSkillResource : string * string -> Microsoft.Agents.AI.AgentSkillResource
Protected Sub New (name As String, Optional description As String = Nothing)

Parameters

name
String

The resource name (e.g., relative path or identifier).

description
String

An optional description of the resource.

Applies to