chore: Introduce Qodana static analysis configuration and apply minor code formatting and C# 12 collection expressions.
This commit is contained in:
@@ -10,7 +10,7 @@ public class DynamicSkill : ISkill
|
||||
public string Name => _def.Name;
|
||||
public string Description => _def.Description;
|
||||
public string[] Hotwords => _def.Hotwords;
|
||||
|
||||
|
||||
public bool HandlesExecution => _def.Action.ToLowerInvariant() == "script";
|
||||
|
||||
public DynamicSkill(SkillDefinition def)
|
||||
|
||||
Reference in New Issue
Block a user