-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Open
Labels
Description
What would you like to see?
Currently when a new thread is created, the title on the left panel is the beginning of the first sentence. It would be useful if the LLM chosen for the workspace is used to generate a more descriptive title, similar to how the major platforms handle this.
A simple method would be to use an {action} {thing} approach.
For example, if I was asking how to build a brick wall, I might write "How do I build a brick wall?" in a thread.
If this was converted to {action} {thing} it would be:
{Building} {a brick wall}
And the prompt to the LLM could be.
Based on the user's initial input, concisely create a title for this conversation in the format of: {action} {thing}. For example 'building' (action) 'a brick wall' (thing)
Reactions are currently unavailable