-
Notifications
You must be signed in to change notification settings - Fork 0
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
New version #62
New version #62
Conversation
Refs: #RW-989
Refs: #RW-989
[RW-996] Remove the user logged in requirements for the chat
[RW-1006] Submit question when pressing enter in the question textarea
chore: change title
chore: ajax progress message
Refs: RW-1017 Note that I haven't adjusted the positioning of the down arrow in the dropdown element - this is handled by the browser, so would be breaking consistency with other dropdowns.
[RW-1016] Reduce size of AI chat popup icon
…ling [RW-1010] Ajax progress message styling
chore: adjust padding for ai chat popup
chore: style instructions as chat bubbles
[RW-1020] Allow setting the popup and chat page title via the UI
chore: change text for select options
Refs: RW-1024
no_passage: 'Sorry, I could not find information to answer the question.' | ||
no_answer: 'Sorry, I was unable to answer your question. Please try again in a short moment.' | ||
invalid_answer: 'Sorry, I was unable to answer your question.' | ||
document_embedding_error: 'Sorry, there was an error trying to retrieve the documents to the answer to your question.' |
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 can be changed in the UI, so doesn't matter much, but could be phrased differently: "Sorry, there was an error trying to retrieve documents to answer your question."
In the next one, there's a typo ("qestion"), and the others could be rewritten to remove "I", and either remove 'in a short moment' or change it to 'shortly'.
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've already reviewed many of these changes - the others look right.
Let's merge #63 first |
fix: ensure honeypot service is properly added to the chat form
[RW-1022] Better logging
No description provided.