feat: Introduce Summary and Professional skills, replacing the old style mode and text structuring configuration options.
This commit is contained in:
@@ -5,7 +5,9 @@ public static class SkillRegistry
|
||||
public static readonly ISkill[] AllSkills = new ISkill[]
|
||||
{
|
||||
new TerminalSkill(),
|
||||
new TranslateSkill()
|
||||
new TranslateSkill(),
|
||||
new ProfessionalSkill(),
|
||||
new SummarySkill()
|
||||
};
|
||||
|
||||
public static ISkill? DetectSkill(string transcript, IEnumerable<string> activeSkillNames)
|
||||
|
||||
Reference in New Issue
Block a user