LocalSkillParam(String, String, String) Constructor

Definition

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.

Applies to