MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / description

Method description

crates/chat-cli/src/cli/chat/cli/model.rs:68–72  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

66 }
67
68 pub fn description(&self) -> Option<&str> {
69 self.description
70 .as_deref()
71 .and_then(|d| if d.is_empty() { None } else { Some(d) })
72 }
73}
74
75/// Command-line arguments for model selection operations

Callers 4

list_available_modelsMethod · 0.45
fromMethod · 0.45
select_modelFunction · 0.45

Calls 1

is_emptyMethod · 0.45

Tested by 1