Skip to content

Commit a18f479

Browse files
authored
Updates spinner message (#635)
1 parent 73189cc commit a18f479

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ Hi, I'm <g>Amazon Q</g>. I can answer questions about your workspace and tooling
585585
std::process::exit(0);
586586
});
587587
execute!(self.output, style::Print("\n"))?;
588-
self.spinner = Some(Spinner::new(Spinners::Dots, "Generating your answer...".to_owned()));
588+
self.spinner = Some(Spinner::new(Spinners::Dots, "Thinking...".to_owned()));
589589
}
590590

591591
self.conversation_state.append_new_user_message(user_input).await;

0 commit comments

Comments
 (0)