AgentsSkill 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 skill resource.
public class AgentsSkill : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.AgentsSkill>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.AgentsSkill>
type AgentsSkill = class
interface IJsonModel<AgentsSkill>
interface IPersistableModel<AgentsSkill>
Public Class AgentsSkill
Implements IJsonModel(Of AgentsSkill), IPersistableModel(Of AgentsSkill)
- Inheritance
-
AgentsSkill
- Implements
Properties
| Name | Description |
|---|---|
| CreatedAt |
The Unix timestamp (seconds) when the skill was created. |
| DefaultVersion |
The default version for the skill. Can be changed via updateSkill. |
| Description |
A human-readable description of the skill. |
| Id |
The unique identifier of the skill. |
| LatestVersion |
The latest version for the skill. |
| Name |
The unique name of the skill. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to AgentsSkill) | |