Open-Assistant
Open-Assistant copied to clipboard
UX: Remove Optional Message When Skipping
Every time the skip function is used, the option to leave a message is offered.

Quite often this was discussed on Discord and found to be unnecessary.
Therefore, I suggest that this message/input option is removed or at least disabled to improve the user experience.
It has high impact and should require low efforts to implement the change.
this one annoys me too XD I can work on it
should the reason for the skip be removed from the backend too? or should we just send a placeholder / empty string?
should the
reasonfor the skip be removed from the backend too? or should we just send a placeholder / empty string?
I'll make quick change that makes the skip-reason optional .. so that the frontend no longer has to send it. You can then probably simply remove the reason from the frontend typescript request model.
Thanks for this, that's such an improved UX :)