[PR #2133] [MERGED] Support suggestions of messages for empty chat in widget #3900

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

📋 Pull Request Information

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

Base: masterHead: chat-widget-suggested-messages


📝 Commits (2)

  • ea35e6a Support suggestions of messages for empty chat in widget
  • 7926738 publish

📊 Changes

7 files changed (+163 additions, -7 deletions)

View changed files

📝 embed/README.md (+2 -0)
📝 embed/src/components/ChatWindow/ChatContainer/ChatHistory/index.jsx (+32 -0)
📝 embed/src/components/ChatWindow/ChatContainer/index.jsx (+52 -0)
📝 embed/src/hooks/useScriptAttributes.js (+42 -1)
📝 embed/src/index.css (+29 -0)
📝 frontend/public/embed/anythingllm-chat-widget.min.css (+1 -1)
📝 frontend/public/embed/anythingllm-chat-widget.min.js (+5 -5)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #xxx

What is in this change?

  • Add suggested messages to embed widget via data-default-messages

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/2133 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 8/16/2024 **Status:** ✅ Merged **Merged:** 8/16/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `chat-widget-suggested-messages` --- ### 📝 Commits (2) - [`ea35e6a`](https://github.com/Mintplex-Labs/anything-llm/commit/ea35e6a13937c0b58160b9d56fb2be6b20f498ad) Support suggestions of messages for empty chat in widget - [`7926738`](https://github.com/Mintplex-Labs/anything-llm/commit/7926738a30a4e1344da13c45da1a29fa215b71a2) publish ### 📊 Changes **7 files changed** (+163 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `embed/README.md` (+2 -0) 📝 `embed/src/components/ChatWindow/ChatContainer/ChatHistory/index.jsx` (+32 -0) 📝 `embed/src/components/ChatWindow/ChatContainer/index.jsx` (+52 -0) 📝 `embed/src/hooks/useScriptAttributes.js` (+42 -1) 📝 `embed/src/index.css` (+29 -0) 📝 `frontend/public/embed/anythingllm-chat-widget.min.css` (+1 -1) 📝 `frontend/public/embed/anythingllm-chat-widget.min.js` (+5 -5) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [x] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### What is in this change? - Add suggested messages to embed widget via `data-default-messages` <!-- Describe the changes in this PR that are impactful to the repo. --> ### 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:43 -05:00
yindo closed this issue 2026-02-22 18:34:43 -05:00
yindo changed title from [PR #2133] Support suggestions of messages for empty chat in widget to [PR #2133] [MERGED] Support suggestions of messages for empty chat in widget 2026-06-05 15:15:48 -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#3900