AgentSkillScript(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 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.