fix(colibri): add ListSkills + RegisterSkill to Command enum (Hermes) #23
1 changed files with 6 additions and 0 deletions
|
|
@ -42,6 +42,12 @@ enum Command {
|
|||
description: Option<String>,
|
||||
capabilities: Vec<String>,
|
||||
},
|
||||
ListSkills,
|
||||
RegisterSkill {
|
||||
name: String,
|
||||
description: Option<String>,
|
||||
category: Option<String>,
|
||||
},
|
||||
}
|
||||
|
||||
fn default_socket_path() -> PathBuf {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue