[PR #1341] [MERGED] [FEAT] Implement regenerate response button #3655

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1341
Author: @shatfield4
Created: 5/10/2024
Status: Merged
Merged: 5/10/2024
Merged by: @timothycarambat

Base: masterHead: 1276-feat-regenerate-button


📝 Commits (7)

  • 1ab77c8 implement regenerate response button
  • 96052bf Merge branch 'master' into 1276-feat-regenerate-button
  • 1071e01 wip on rerenders
  • 6d17a6b Merge branch '1276-feat-regenerate-button' of github.com:Mintplex-Labs/anything-llm into 1276-feat-regenerate-button
  • 48f09b1 merge with master and refactor for new perf improvements
  • d5607c2 remove function that was duplicate
  • fe69f2c update delete-chats function

📊 Changes

6 files changed (+135 additions, -15 deletions)

View changed files

📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/index.jsx (+39 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx (+4 -0)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx (+8 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/index.jsx (+37 -13)
📝 frontend/src/models/workspace.js (+16 -0)
📝 server/endpoints/workspaces.js (+31 -0)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #1276

What is in this change?

  • Implement a new action for regenerating assistant response in workspace chat

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/1341 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 5/10/2024 **Status:** ✅ Merged **Merged:** 5/10/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `1276-feat-regenerate-button` --- ### 📝 Commits (7) - [`1ab77c8`](https://github.com/Mintplex-Labs/anything-llm/commit/1ab77c8b9f55d8fb70af47cc62a0caf5e9fb4eb8) implement regenerate response button - [`96052bf`](https://github.com/Mintplex-Labs/anything-llm/commit/96052bf3ea7ebb04b7500c34c9672315ca2136f5) Merge branch 'master' into 1276-feat-regenerate-button - [`1071e01`](https://github.com/Mintplex-Labs/anything-llm/commit/1071e01a23b0dad163982bb83a773506d5701bd9) wip on rerenders - [`6d17a6b`](https://github.com/Mintplex-Labs/anything-llm/commit/6d17a6b33ab09b41d3e83c736db2cd8fc7625871) Merge branch '1276-feat-regenerate-button' of github.com:Mintplex-Labs/anything-llm into 1276-feat-regenerate-button - [`48f09b1`](https://github.com/Mintplex-Labs/anything-llm/commit/48f09b1fd4e3451689c48e1ea8f33e0cc6480ebe) merge with master and refactor for new perf improvements - [`d5607c2`](https://github.com/Mintplex-Labs/anything-llm/commit/d5607c250fce0b79566bb8938784b6aebbe43b11) remove function that was duplicate - [`fe69f2c`](https://github.com/Mintplex-Labs/anything-llm/commit/fe69f2c09a7f3e11e3892aaacee2f764921d0fc0) update delete-chats function ### 📊 Changes **6 files changed** (+135 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/index.jsx` (+39 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx` (+4 -0) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx` (+8 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/index.jsx` (+37 -13) 📝 `frontend/src/models/workspace.js` (+16 -0) 📝 `server/endpoints/workspaces.js` (+31 -0) </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 #1276 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Implement a new action for regenerating assistant response in workspace chat ### 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 - [x] 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:34:13 -05:00
yindo closed this issue 2026-02-22 18:34:13 -05:00
yindo changed title from [PR #1341] [FEAT] Implement regenerate response button to [PR #1341] [MERGED] [FEAT] Implement regenerate response button 2026-06-05 15:14:32 -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#3655