Skip to content

Commit 9267a2f

Browse files
committed
[chore] : Removes redundant tool name
1 parent f15d287 commit 9267a2f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

crates/chat-cli/src/cli/chat/tools/custom_tool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ impl CustomTool {
149149
pub fn queue_description(&self, output: &mut impl Write) -> Result<()> {
150150
queue!(
151151
output,
152-
style::Print("Running "),
152+
style::Print("Running tool "),
153153
StyledText::brand_fg(),
154154
style::Print(&self.name),
155155
StyledText::reset(),

crates/chat-cli/src/cli/chat/tools/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ impl Tool {
220220
StyledText::secondary_fg(),
221221
style::Print(" (from mcp server: "),
222222
style::Print(&tool.server_name),
223-
style::Print(", using tool: "),
224-
style::Print(self.display_name()),
225223
style::Print(")"),
226224
StyledText::reset(),
227225
)?;

0 commit comments

Comments
 (0)