AgentCard.Skills Property
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 set of skills that an agent can perform.
public System.Collections.Generic.IList<Azure.AI.Projects.Agents.AgentCardSkill> Skills { get; }
member this.Skills : System.Collections.Generic.IList<Azure.AI.Projects.Agents.AgentCardSkill>
Public ReadOnly Property Skills As IList(Of AgentCardSkill)