AgentSkillsProviderBuilder.UseSkill(AgentSkill) 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.
Adds a single skill.
public Microsoft.Agents.AI.AgentSkillsProviderBuilder UseSkill(Microsoft.Agents.AI.AgentSkill skill);
member this.UseSkill : Microsoft.Agents.AI.AgentSkill -> Microsoft.Agents.AI.AgentSkillsProviderBuilder
Public Function UseSkill (skill As AgentSkill) As AgentSkillsProviderBuilder
Parameters
- skill
- AgentSkill
The skill to add.
Returns
This builder instance for chaining.