Closed weilirs closed 1 month ago
thanks for working on this. looks mostly good to me.
the only thing i think needs improvement is the conversation history:
- it should be rendered inside a reactmarkdown component
- the user message shows the full prompt, not just what they typed in the input field
- i'm not sure about the chat kind of ui in conversation history that shows messages in chat bubbles because this is writing assistant not chat:
- one idea i had for the ui was that instead of chat history, for each follow up we could render it by itself (without showing old follow ups) and then have back and forth navigation buttons at the top of the writing assistant to navigate between past follow ups
Please look at the latest commit. It is a WIP but is it the UI we want?
yes i think that's what i had in mind. i'd suggest that no need to show the user messages at all and only show assistant message for V1.
yes i think that's what i had in mind. i'd suggest that no need to show the user messages at all and only show assistant message for V1.
In the latest commit it only shows the assistant message. If this is good then I'll clean things up and finalize it.
yes it look good to me :)
i'd propose to remove the "Assistant: " thing and move buttons (apart from next and previous btns) to the bottom of the component
please take a look at the latest commit
442