Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easier to find chat sessions by properly naming them #15115

Closed
Tracked by #15068
planger opened this issue Mar 5, 2025 · 0 comments · Fixed by #15116
Closed
Tracked by #15068

Make it easier to find chat sessions by properly naming them #15115

planger opened this issue Mar 5, 2025 · 0 comments · Fixed by #15116
Assignees
Labels

Comments

@planger
Copy link
Contributor

planger commented Mar 5, 2025

Finding chat sessions is currently very difficult as we are recoding the last request as a name. It'd be better to use a language model to generate a descriptive name for the chat session and also record the last interaction date, to have proper sorting and a chronological relation to the chat sessions.

Moreover, users should be enabled to manually specify a name for the chat session, which will be used instead of the generated name.

@planger planger mentioned this issue Mar 5, 2025
80 tasks
@planger planger self-assigned this Mar 5, 2025
@planger planger changed the title Chat session naming Make it easier to find chat sessions by properly naming them Mar 5, 2025
@planger planger added the TheiaAI label Mar 5, 2025
planger added a commit that referenced this issue Mar 5, 2025
Finding chat sessions is currently very difficult as we are recoding the last request as a name. It'd be better to use a language model to generate a name for the chat session and also record the last interaction date, to have proper sorting and a chronological relation to the chat sessions.

Moreover, this PR allows users to manually specify a name for the chat session, which will be used instead of the generated name.

Fixes #15115
planger added a commit that referenced this issue Mar 5, 2025
Finding chat sessions is currently very difficult as we are recoding the last request as a name. It'd be better to use a language model to generate a name for the chat session and also record the last interaction date, to have proper sorting and a chronological relation to the chat sessions.

Moreover, this PR allows users to manually specify a name for the chat session, which will be used instead of the generated name.

Fixes #15115
planger added a commit that referenced this issue Mar 19, 2025
Finding chat sessions is currently very difficult as we are recoding the last request as a name. It'd be better to use a language model to generate a name for the chat session and also record the last interaction date, to have proper sorting and a chronological relation to the chat sessions.

Moreover, this PR allows users to manually specify a name for the chat session, which will be used instead of the generated name.

Fixes #15115
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant