-
Notifications
You must be signed in to change notification settings - Fork 749
fix(chat): Updating spinner text to thinking #7044
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(chat): Updating spinner text to thinking #7044
Conversation
|
| copyToClipboard: 'Copied to clipboard', | ||
| noMoreTabsTooltip: 'You can only open ten conversation tabs at a time.', | ||
| codeSuggestionWithReferenceTitle: 'Some suggestions contain code with references.', | ||
| spinnerText: 'Generating your answer...', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will impact /dev, /test, etc? Can we make a new one for cwc only?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes it will...UIComponentText based on tab config (which available i would have set it to only for cwc and pair programmer mode)
| noMoreTabsTooltip: 'You can only open ten conversation tabs at a time.', | ||
| codeSuggestionWithReferenceTitle: 'Some suggestions contain code with references.', | ||
| spinnerText: 'Generating your answer...', | ||
| spinnerText: 'Thinking...', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this will be impacting entire Amazon Q including /dev etc
Are we ok for this ?
If Yes we are good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Problem
Currently the spinner text on waiting for LLM responses displays
Generating your Answerwhich is not reflective of new features.Solution
Thinkingfeature/xbranches will not be squash-merged at release time.