LocalSkillParam(String, 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 LocalSkillParam.
public LocalSkillParam(string name, string description, string path);
new Azure.AI.AgentServer.Responses.Models.LocalSkillParam : string * string * string -> Azure.AI.AgentServer.Responses.Models.LocalSkillParam
Public Sub New (name As String, description As String, path As String)
Parameters
- name
- String
The name of the skill.
- description
- String
The description of the skill.
- path
- String
The path to the directory containing the skill.
Exceptions
name, description or path is null.