AgentSkillScript(String, String) Constructor

Definition

Initializes a new instance of the AgentSkillScript class.

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

Parameters

name
String

The script name.

description
String

An optional description of the script.

Applies to