-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(nx-dev): add "new chat" button to AI page #19150
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
29b85ab
to
9427126
Compare
9427126
to
440df1f
Compare
440df1f
to
9999d42
Compare
I think "New Chat" down there might be confusing CTA. I understand you were trying to convey we are starting a new chat now. But a major side effect is that this current chat gets blown away. Someone clicks "New Chat" not realizing their old chat will go away. I think the following would be better.
Can we do that? 👀 |
9999d42
to
e6cc0c0
Compare
e6cc0c0
to
c51b8b9
Compare
c51b8b9
to
bc104a5
Compare
I think having a different way to submitting (i.e. two submit buttons) is confusing too, the user wouldn't know which is the right button when asking questions. I'm playing around with showing a button above the prompt only when the response has stopped. |
b8a7ddc
to
ec818bc
Compare
ec818bc
to
af53ccd
Compare
af53ccd
to
ee3b636
Compare
ee3b636
to
18e5c67
Compare
18e5c67
to
13ac614
Compare
13ac614
to
deccafc
Compare
deccafc
to
91d2e93
Compare
2a6c9fc
to
05cdb12
Compare
05cdb12
to
f163e0d
Compare
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.
Love the new UI!
f163e0d
to
4f27d7e
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
This PR:
New chat
button to the AI page. It will reset the messages to[]
so AI will not remember current messages.Stop generating
button so users can stop the response from streaming in the UI.Regenerate
button if users press onStop generating
./ai-chat
from/ai
in case we want the latter in the future for other AI features.Edit: Updated to include expanded scope