[PR #2701] [CLOSED] Use workspace LLM to create thread name #4088

Closed
opened 2026-02-22 18:35:06 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2701
Author: @scottybo
Created: 11/22/2024
Status: Closed

Base: masterHead: llm-generated-thread-name


📝 Commits (5)

  • 63791de Add thread renaming functionality
  • 844aed6 Lint and tweak length
  • 795ad22 Capitalise the 'b', otheriwse titles output with a lowercase
  • 5ad7e48 Tweak prompt. Save on tokens
  • dd02163 Fix typo

📊 Changes

1 file changed (+31 additions, -5 deletions)

View changed files

📝 server/models/workspaceThread.js (+31 -5)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #2699

What is in this change?

Uses the workspace's chosen LLM to rename the thread title to something more descriptive, rather than the first sentence of the conversation.

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/2701 **Author:** [@scottybo](https://github.com/scottybo) **Created:** 11/22/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `llm-generated-thread-name` --- ### 📝 Commits (5) - [`63791de`](https://github.com/Mintplex-Labs/anything-llm/commit/63791dee31cc1ad54534f4db2914836beacdcc7b) Add thread renaming functionality - [`844aed6`](https://github.com/Mintplex-Labs/anything-llm/commit/844aed648900df7a5d3e4bc01540122fabba89b5) Lint and tweak length - [`795ad22`](https://github.com/Mintplex-Labs/anything-llm/commit/795ad22cbbe38b3e5264af84632f2ded2662ac42) Capitalise the 'b', otheriwse titles output with a lowercase - [`5ad7e48`](https://github.com/Mintplex-Labs/anything-llm/commit/5ad7e487928f3e23122b91a22c6a39d4dbe33f66) Tweak prompt. Save on tokens - [`dd02163`](https://github.com/Mintplex-Labs/anything-llm/commit/dd021635ff8c02f461c9508503d9a1ac0f39507a) Fix typo ### 📊 Changes **1 file changed** (+31 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `server/models/workspaceThread.js` (+31 -5) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #2699 ### What is in this change? Uses the workspace's chosen LLM to rename the thread title to something more descriptive, rather than the first sentence of the conversation. ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:06 -05:00
yindo closed this issue 2026-02-22 18:35:07 -05:00
yindo changed title from [PR #2701] Use workspace LLM to create thread name to [PR #2701] [CLOSED] Use workspace LLM to create thread name 2026-06-05 15:16:45 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4088