feat: Menu option to regenerate chat title #4966

Closed
opened 2025-11-11 16:08:19 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @DemianWright on GitHub (Apr 26, 2025).

Check Existing Issues

  • I have searched the existing issues and discussions.

Problem Description

I had accidentally deleted the model I was using to generate chat titles, which lead to several chats having the default title (truncated initial message) instead of a generated one.

Desired Solution you'd like

Add a "Regenerate title" option to the existing "More" menu, which is opened using the three dots over the chat name. This should run the chat title generation task again and replace the current title.

Alternatives Considered

Currently the only alternatives I'm aware of are:

  • Manually rename the chat, which feels frustrating since automatic title generation is already possible.
  • Copy the existing title generation prompt from the documentation, use it as a system prompt for a model, and manually copy-paste the chat history into the prompt. This is cumbersome and likely slower than manually renaming a chat.

Additional Context

No response

Originally created by @DemianWright on GitHub (Apr 26, 2025). ### Check Existing Issues - [x] I have searched the existing issues and discussions. ### Problem Description I had accidentally deleted the model I was using to generate chat titles, which lead to several chats having the default title (truncated initial message) instead of a generated one. ### Desired Solution you'd like Add a "Regenerate title" option to the existing "More" menu, which is opened using the three dots over the chat name. This should run the chat title generation task again and replace the current title. ### Alternatives Considered Currently the only alternatives I'm aware of are: - Manually rename the chat, which feels frustrating since automatic title generation is already possible. - Copy the existing title generation prompt from the documentation, use it as a system prompt for a model, and manually copy-paste the chat history into the prompt. This is cumbersome and likely slower than manually renaming a chat. ### Additional Context _No response_
Author
Owner

@tjbck commented on GitHub (May 5, 2025):

Image

Added to dev!

@tjbck commented on GitHub (May 5, 2025): <img width="277" alt="Image" src="https://github.com/user-attachments/assets/0eb48bc0-7b4b-45d9-9a29-ca5a5436d990" /> Added to dev!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#4966