ProjectsAgentsModelFactory.AgentCardSkill Method
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 static Azure.AI.Projects.Agents.AgentCardSkill AgentCardSkill(string id = default, string name = default, string description = default, System.Collections.Generic.IEnumerable<string> tags = default, System.Collections.Generic.IEnumerable<string> examples = default);
static member AgentCardSkill : string * string * string * seq<string> * seq<string> -> Azure.AI.Projects.Agents.AgentCardSkill
Public Shared Function AgentCardSkill (Optional id As String = Nothing, Optional name As String = Nothing, Optional description As String = Nothing, Optional tags As IEnumerable(Of String) = Nothing, Optional examples As IEnumerable(Of String) = Nothing) As AgentCardSkill
Parameters
- id
- String
a unique identifier for the skill.
- name
- String
The name of the skill.
- description
- String
A description of the skill.
- tags
- IEnumerable<String>
set of tagwords describing classes of capabilities for the skill.
- examples
- IEnumerable<String>
A list of example scenarios that the skill can perform.
Returns
A new AgentCardSkill instance for mocking.