[PR #621] [MERGED] Display readable error message in chat failure #3429

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/621
Author: @timothycarambat
Created: 1/18/2024
Status: Merged
Merged: 1/18/2024
Merged by: @timothycarambat

Base: masterHead: better-chat-errors


📝 Commits (1)

  • f621910 Display readable error message in chat failure

📊 Changes

1 file changed (+10 additions, -7 deletions)

View changed files

📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx (+10 -7)

📄 Description

Pull Request Type

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

What is in this change?

Display backend error to client when an error occurs to help with debugging and making tracing of error easier
Hide clipboard icon when response is only an error.

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/621 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 1/18/2024 **Status:** ✅ Merged **Merged:** 1/18/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `better-chat-errors` --- ### 📝 Commits (1) - [`f621910`](https://github.com/Mintplex-Labs/anything-llm/commit/f62191038dfa172f1ce8bd13292dd9082aeb490a) Display readable error message in chat failure ### 📊 Changes **1 file changed** (+10 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx` (+10 -7) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [x] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [x] 🔨 chore - [ ] 📝 docs ### What is in this change? Display backend error to client when an error occurs to help with debugging and making tracing of error easier Hide clipboard icon when response is only an error. ### 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:33:46 -05:00
yindo closed this issue 2026-02-22 18:33:46 -05:00
yindo changed title from [PR #621] Display readable error message in chat failure to [PR #621] [MERGED] Display readable error message in chat failure 2026-06-05 15:13:22 -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#3429