We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15d287 commit 9267a2fCopy full SHA for 9267a2f
crates/chat-cli/src/cli/chat/tools/custom_tool.rs
@@ -149,7 +149,7 @@ impl CustomTool {
149
pub fn queue_description(&self, output: &mut impl Write) -> Result<()> {
150
queue!(
151
output,
152
- style::Print("Running "),
+ style::Print("Running tool "),
153
StyledText::brand_fg(),
154
style::Print(&self.name),
155
StyledText::reset(),
crates/chat-cli/src/cli/chat/tools/mod.rs
@@ -220,8 +220,6 @@ impl Tool {
220
StyledText::secondary_fg(),
221
style::Print(" (from mcp server: "),
222
style::Print(&tool.server_name),
223
- style::Print(", using tool: "),
224
- style::Print(self.display_name()),
225
style::Print(")"),
226
227
)?;
0 commit comments