It would be nice if there was a method in the Assistant to quickly create a new chat.
I often want to avoid using the same chat for too long (LLM's tend to have reduced coherence with larger context windows, "less focused"). I also don't want the LLM being biased by the context window's contents (content that may or may not be related, to avoid "poisoning the response").
I would also see that reducing the costs of sending a lot of irrelevant context, eating tokens. This also provides minor privacy protection, as different queries are no longer paired together.
(so, basically, I'm using the Assistant as a search tool, and less a virtual assistant via natural language. I'm also optimizing my workflows based on how I understand LLM's to operate internally)
I'm not sure how this would be done, possible ideas:
- A keyboard shortcut (the ESC key).
- A delete button (for the thread/chat) accessible within a single click.
- Pressing up on the keyboard allows you to edit the last prompt - allowing a user to reuse the same chat (but effectively an empty context). Effectively, the feature that Discord/Slack have.