Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test_customization_from_impls
Function · 0.45
list_available_models
Method · 0.45
from
Method · 0.45
select_model
Function · 0.45
Calls
1
is_empty
Method · 0.45
Tested by
1
test_customization_from_impls
Function · 0.36