[PR #516] [MERGED] Allow editing of prior messages in the chat playground #587

Closed
opened 2026-02-16 01:15:32 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langserve/pull/516
Author: @jacoblee93
Created: 3/10/2024
Status: Merged
Merged: 3/10/2024
Merged by: @jacoblee93

Base: mainHead: jacob/edit_messages


📝 Commits (2)

  • e862f2b Allow editing of prior messages in the chat playground
  • 0ac9b22 Fix long message overflow

📊 Changes

8 files changed (+121 additions, -46 deletions)

View changed files

📝 langserve/chat_playground/dist/assets/index-34f4a840.js (+29 -28)
langserve/chat_playground/dist/assets/index-a69b1f28.css (+0 -1)
langserve/chat_playground/dist/assets/index-b47ed17e.css (+1 -0)
📝 langserve/chat_playground/dist/index.html (+2 -2)
langserve/chat_playground/src/assets/RefreshCW.svg (+1 -0)
📝 langserve/chat_playground/src/components/AutosizeTextarea.tsx (+2 -1)
📝 langserve/chat_playground/src/components/ChatMessage.tsx (+47 -8)
📝 langserve/chat_playground/src/components/ChatWindow.tsx (+39 -6)

📄 Description

CC @eyurtsev


🔄 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/langchain-ai/langserve/pull/516 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 3/10/2024 **Status:** ✅ Merged **Merged:** 3/10/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/edit_messages` --- ### 📝 Commits (2) - [`e862f2b`](https://github.com/langchain-ai/langserve/commit/e862f2b30e14cb247279cb11473091510288d29d) Allow editing of prior messages in the chat playground - [`0ac9b22`](https://github.com/langchain-ai/langserve/commit/0ac9b22151177f3d11e4cfc0b5ee547ab88c96f4) Fix long message overflow ### 📊 Changes **8 files changed** (+121 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `langserve/chat_playground/dist/assets/index-34f4a840.js` (+29 -28) ➖ `langserve/chat_playground/dist/assets/index-a69b1f28.css` (+0 -1) ➕ `langserve/chat_playground/dist/assets/index-b47ed17e.css` (+1 -0) 📝 `langserve/chat_playground/dist/index.html` (+2 -2) ➕ `langserve/chat_playground/src/assets/RefreshCW.svg` (+1 -0) 📝 `langserve/chat_playground/src/components/AutosizeTextarea.tsx` (+2 -1) 📝 `langserve/chat_playground/src/components/ChatMessage.tsx` (+47 -8) 📝 `langserve/chat_playground/src/components/ChatWindow.tsx` (+39 -6) </details> ### 📄 Description CC @eyurtsev --- <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-16 01:15:32 -05:00
yindo closed this issue 2026-02-16 01:15:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langserve#587