MCPcopy Create free account
hub / github.com/AI45Lab/Code / usage

Method usage

core/src/commands.rs:294–296  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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))

Callers 1

list_fullMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected