mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-19 22:03:48 -04:00
[PR #516] [MERGED] Allow editing of prior messages in the chat playground #587
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:jacob/edit_messages📝 Commits (2)
e862f2bAllow editing of prior messages in the chat playground0ac9b22Fix 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.