chore: Introduce Qodana static analysis configuration and apply minor code formatting and C# 12 collection expressions.
This commit is contained in:
@@ -5,9 +5,9 @@ public interface ISkill
|
||||
string Name { get; }
|
||||
string Description { get; }
|
||||
string[] Hotwords { get; }
|
||||
|
||||
|
||||
bool HandlesExecution { get; }
|
||||
|
||||
|
||||
string GetSystemPrompt(string rawTranscript);
|
||||
void Execute(string llmResult);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user