Skip to content

Commit a313dfd

Browse files
committed
ci
1 parent 163ed21 commit a313dfd

File tree

1 file changed

+4
-2
lines changed
  • crates/chat-cli/src/cli/chat

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ mod token_counter;
1919
pub mod tool_manager;
2020
pub mod tools;
2121
pub mod util;
22-
2322
use std::borrow::Cow;
2423
use std::collections::{
2524
HashMap,
@@ -2865,7 +2864,10 @@ impl ChatSession {
28652864
self.stdout,
28662865
style::Print("\n\n"),
28672866
style::SetForegroundColor(Color::Yellow),
2868-
style::Print(format!("Tool validation failed: {}\n Retrying the request...", error_message)),
2867+
style::Print(format!(
2868+
"Tool validation failed: {}\n Retrying the request...",
2869+
error_message
2870+
)),
28692871
style::ResetColor,
28702872
style::Print("\n"),
28712873
);

0 commit comments

Comments
 (0)