LocalSkillParam Class
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.
The LocalSkillParam.
public class LocalSkillParam : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.LocalSkillParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.LocalSkillParam>
type LocalSkillParam = class
interface IJsonModel<LocalSkillParam>
interface IPersistableModel<LocalSkillParam>
Public Class LocalSkillParam
Implements IJsonModel(Of LocalSkillParam), IPersistableModel(Of LocalSkillParam)
- Inheritance
-
LocalSkillParam
- Implements
Constructors
| Name | Description |
|---|---|
| LocalSkillParam(String, String, String) |
Initializes a new instance of LocalSkillParam. |
Properties
| Name | Description |
|---|---|
| Description |
The description of the skill. |
| Name |
The name of the skill. |
| Path |
The path to the directory containing the skill. |