Property Skills
Skills
Registry of Agent Skills available to this conversation.
Skills provide modular capabilities with specialized knowledge and workflows, following the Agent Skills specification.
public SkillRegistry Skills { get; }
Property Value
Examples
using var chat = new RagChat(ragEngine, chatModel);
// Register agent skills from SKILL.md files
chat.Skills.Register(AgentSkill.FromFile("skills/summarize.md"));