Open-Assistant icon indicating copy to clipboard operation
Open-Assistant copied to clipboard

editable prompt(L0) in chat

Open Majdoddin opened this issue 2 years ago • 1 comments

I see no practical reason not to make the first user message editable. One can superficially give a Hi prompt.

Majdoddin avatar Apr 17 '23 08:04 Majdoddin

The first prompt is not editable due to architecture reason, @yk can explain more about it

notmd avatar Apr 17 '23 09:04 notmd

@notmd @olliestanley I understand that a conversation tree is identified by its first prompt (L0). Still the chat UI can allow the user to edit his first message, and in the background, a new conversation tree for the edited L0 is generated.

I think it is important for the user experience, and implementing it is mostly a matter of UI.

resource: OpenAssistant Data Structures

Majdoddin avatar Apr 19 '23 08:04 Majdoddin