assistant2: Add tiny design improvements (#27399)
Really small stuff, like adding icons and adjusting colors. Release Notes: - N/A
This commit is contained in:
@@ -38,7 +38,7 @@ impl Tool for BashTool {
|
||||
|
||||
fn ui_text(&self, input: &serde_json::Value) -> String {
|
||||
match serde_json::from_value::<BashToolInput>(input.clone()) {
|
||||
Ok(input) => format!("`$ {}`", input.command),
|
||||
Ok(input) => format!("`{}`", input.command),
|
||||
Err(_) => "Run bash command".to_string(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user