refactor: modernize code, improve performance, and clean up various components.
This commit is contained in:
@@ -4,7 +4,7 @@ public class SkillDefinition
|
||||
{
|
||||
public string Name { get; set; } = "";
|
||||
public string Description { get; set; } = "";
|
||||
public string[] Hotwords { get; set; } = System.Array.Empty<string>();
|
||||
public string[] Hotwords { get; set; } = [];
|
||||
public string Action { get; set; } = "type"; // "type" or "script"
|
||||
public string SystemPrompt { get; set; } = "";
|
||||
public string? ScriptPath { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user