Apply skill selection: fill input box with execution command
(&self, selected: &SkillItem, chat_view: &mut ChatView)
| 3011 | |
| 3012 | /// Apply skill selection: fill input box with execution command |
| 3013 | fn apply_skill_selection(&self, selected: &SkillItem, chat_view: &mut ChatView) { |
| 3014 | chat_view.set_input(&format!("Execute the {} skill.", selected.name)); |
| 3015 | } |
| 3016 | |
| 3017 | fn set_skill_enabled( |
| 3018 | &self, |
no test coverage detected