-
Notifications
You must be signed in to change notification settings - Fork 50
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
Improve design of Chat with Model #438
Comments
Question: What are the appropriate actions a user can take to model response? Are these actions for the entire response (context and all sources),or should a user be able to take action on each individual source? Possible actions:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Chat with model welcome message (ie. empty state)To introduce users to the chat experience, we will display a welcome message before they input their first message and encourage them to interact. This message is dismissed once a user sends their first message. This message would reappear when the user clears the chat. When the welcome message is displayed the message input field receives the default focus so user can immediately start typing their question. |
This comment has been minimized.
This comment has been minimized.
If no default model is selected we need to create an empty state to instruct user to select model first. |
Design updates:
|
@kaedward Here's the current microcopy from the designs. Page header and description Chat with a modelBefore you start adding new skills and knowledge to your model, you can check its baseline performance by chatting with a language model that's hosted on your cloud. Choose a supported model from the model selector or configure your own custom endpoints to gain direct access to a specific model you've trained. Learn more about managing custom model endpoints Button: Add custom model endpoint Chat window region Chat Bot Empty state |
@Misjohns I added a new section in the content doc I used for the other 1.4 issues - I have a few open questions in there for you :-) |
Interaction for when a user has not selected a modelA user can input a message without selecting a model, but they can not send the message until a model(s) has been selected. Message bar interaction |
@Misjohns Tooltips are not shown for disabled buttons. |
The current implementation and demo of the Chat with model should have an improved user experience.
@nerdalert @vishnoianil
Default screen (single model chat)
Compare screen (chat with 2 models simultaneously)
The text was updated successfully, but these errors were encountered: