AgentCardSkill 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 AgentCardSkill.
public class AgentCardSkill : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.AgentCardSkill>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.AgentCardSkill>
type AgentCardSkill = class
interface IJsonModel<AgentCardSkill>
interface IPersistableModel<AgentCardSkill>
Public Class AgentCardSkill
Implements IJsonModel(Of AgentCardSkill), IPersistableModel(Of AgentCardSkill)
- Inheritance
-
AgentCardSkill
- Implements
Constructors
| Name | Description |
|---|---|
| AgentCardSkill(String, String) |
Initializes a new instance of AgentCardSkill. |
Properties
| Name | Description |
|---|---|
| Description |
A description of the skill. |
| Examples |
A list of example scenarios that the skill can perform. |
| Id |
a unique identifier for the skill. |
| Name |
The name of the skill. |
| Tags |
set of tagwords describing classes of capabilities for the skill. |