We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9486f94 commit 13e9b2aCopy full SHA for 13e9b2a
crates/chat-cli/src/cli/chat/mod.rs
@@ -2729,7 +2729,7 @@ impl ChatSession {
2729
self.stdout,
2730
style::Print("\n\n"),
2731
style::SetForegroundColor(Color::Yellow),
2732
- style::Print(format!("Tool validation failed: {}", error_message)),
+ style::Print(format!("Tool validation failed: {}\n Retrying the request...", error_message)),
2733
style::ResetColor,
2734
style::Print("\n"),
2735
);
0 commit comments