Skip to content

Commit 13e9b2a

Browse files
committed
[fix] Gives visual hint to the user, that request is being retried.
1 parent 9486f94 commit 13e9b2a

File tree

1 file changed

+1
-1
lines changed
  • crates/chat-cli/src/cli/chat

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2729,7 +2729,7 @@ impl ChatSession {
27292729
self.stdout,
27302730
style::Print("\n\n"),
27312731
style::SetForegroundColor(Color::Yellow),
2732-
style::Print(format!("Tool validation failed: {}", error_message)),
2732+
style::Print(format!("Tool validation failed: {}\n Retrying the request...", error_message)),
27332733
style::ResetColor,
27342734
style::Print("\n"),
27352735
);

0 commit comments

Comments
 (0)