AgentSkillResource(String, String) Constructor
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.
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.