[PR #2157] [MERGED] Refactor api endpoint chat handler to its own function #3903

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2157
Author: @timothycarambat
Created: 8/21/2024
Status: Merged
Merged: 8/21/2024
Merged by: @timothycarambat

Base: masterHead: api-refactor


📝 Commits (1)

  • 0c08900 Refactor api endpoint chat handler to its own function

📊 Changes

5 files changed (+514 additions, -231 deletions)

View changed files

📝 .vscode/settings.json (+1 -0)
📝 server/endpoints/api/workspace/index.js (+25 -12)
📝 server/endpoints/api/workspaceThread/index.js (+7 -7)
server/utils/chats/apiChatHandler.js (+481 -0)
📝 server/utils/chats/index.js (+0 -212)

📄 Description

remove legacy chatWithWorkspace and cleanup index.js


🔄 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/2157 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 8/21/2024 **Status:** ✅ Merged **Merged:** 8/21/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `api-refactor` --- ### 📝 Commits (1) - [`0c08900`](https://github.com/Mintplex-Labs/anything-llm/commit/0c08900f74a5bd1924ee24276ae8bbba728ab0f1) Refactor api endpoint chat handler to its own function ### 📊 Changes **5 files changed** (+514 additions, -231 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+1 -0) 📝 `server/endpoints/api/workspace/index.js` (+25 -12) 📝 `server/endpoints/api/workspaceThread/index.js` (+7 -7) ➕ `server/utils/chats/apiChatHandler.js` (+481 -0) 📝 `server/utils/chats/index.js` (+0 -212) </details> ### 📄 Description remove legacy `chatWithWorkspace` and cleanup `index.js` --- <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:44 -05:00
yindo closed this issue 2026-02-22 18:34:44 -05:00
yindo changed title from [PR #2157] Refactor api endpoint chat handler to its own function to [PR #2157] [MERGED] Refactor api endpoint chat handler to its own function 2026-06-05 15:15:49 -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#3903