(&self)
| 292 | "Show or switch the current model" |
| 293 | } |
| 294 | fn usage(&self) -> Option<&str> { |
| 295 | Some("/model [provider/model]") |
| 296 | } |
| 297 | fn execute(&self, args: &str, ctx: &CommandContext) -> CommandOutput { |
| 298 | if args.is_empty() { |
| 299 | CommandOutput::text(format!("Current model: {}", ctx.model)) |