SkillReference 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.
A reference to a versioned Foundry skill.
public class SkillReference : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.SkillReference>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.SkillReference>
type SkillReference = class
interface IJsonModel<SkillReference>
interface IPersistableModel<SkillReference>
Public Class SkillReference
Implements IJsonModel(Of SkillReference), IPersistableModel(Of SkillReference)
- Inheritance
-
SkillReference
- Implements
Constructors
| Name | Description |
|---|---|
| SkillReference(String) |
Initializes a new instance of SkillReference. |
Properties
| Name | Description |
|---|---|
| Name |
The name of the skill. |
| Version |
The skill version. If omitted, the current default version is resolved and pinned when the agent version is created. |