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 c5bddfd commit c7935a2Copy full SHA for c7935a2
crates/q_cli/src/cli/chat/mod.rs
@@ -276,10 +276,10 @@ where
276
style::Print(color_print::cstr! {"
277
Hi, I'm <g>Amazon Q</g>, your AI Developer Assistant.
278
\n<yellow>Try asking me:</yellow>\n\n\
279
- <green>• 🔍 What tools do you have?\n\
280
- • 🛠️ Fix the build failures in this project\n\
281
- • ✅ Write unit tests and markdown docs for my application\n\
282
- • ☁️ List the s3 buckets I have in us-west-2</green>
+ <green>• What tools do you have?\n\
+ • Fix the build failures in this project\n\
+ • Write unit tests and markdown docs for my application\n\
+ • List the s3 buckets I have in us-west-2</green>
283
\n<dim>Type <green>/exit</green> to quit</dim>\n
284
"
285
})
0 commit comments