[PR #526] [MERGED] Add support for older chat input schemas to chat playground #596

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

📋 Pull Request Information

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

Base: mainHead: jacob/legacy_chat


📝 Commits (4)

📊 Changes

10 files changed (+178 additions, -57 deletions)

View changed files

📝 CONTRIBUTING.md (+29 -0)
📝 README.md (+8 -2)
examples/chat_playground/legacy_input/server.py (+56 -0)
📝 examples/chat_playground/server.py (+0 -12)
langserve/chat_playground/dist/assets/index-434ff580.css (+1 -0)
langserve/chat_playground/dist/assets/index-b47ed17e.css (+0 -1)
📝 langserve/chat_playground/dist/assets/index-d9089d96.js (+24 -24)
📝 langserve/chat_playground/dist/index.html (+2 -2)
📝 langserve/chat_playground/src/App.tsx (+35 -12)
📝 langserve/chat_playground/src/components/ChatWindow.tsx (+23 -4)

📄 Description

CC @eyurtsev @efriis


🔄 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/526 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 3/11/2024 **Status:** ✅ Merged **Merged:** 3/11/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/legacy_chat` --- ### 📝 Commits (4) - [`aa9a7d6`](https://github.com/langchain-ai/langserve/commit/aa9a7d627595731eb9fe7c70afc6ae796524da61) Add support for older chat input schemas to chat playground - [`7760033`](https://github.com/langchain-ai/langserve/commit/7760033cc4e68adbc2384901fae3b0aa1912afb0) Lint - [`38721ac`](https://github.com/langchain-ai/langserve/commit/38721ac5f78bc82d9dc8d0655f7a32708f1bed5a) Remove CORS from examples - [`89f27dd`](https://github.com/langchain-ai/langserve/commit/89f27dda5bb47ba6de321e141777f749f9f6b222) Lint ### 📊 Changes **10 files changed** (+178 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTING.md` (+29 -0) 📝 `README.md` (+8 -2) ➕ `examples/chat_playground/legacy_input/server.py` (+56 -0) 📝 `examples/chat_playground/server.py` (+0 -12) ➕ `langserve/chat_playground/dist/assets/index-434ff580.css` (+1 -0) ➖ `langserve/chat_playground/dist/assets/index-b47ed17e.css` (+0 -1) 📝 `langserve/chat_playground/dist/assets/index-d9089d96.js` (+24 -24) 📝 `langserve/chat_playground/dist/index.html` (+2 -2) 📝 `langserve/chat_playground/src/App.tsx` (+35 -12) 📝 `langserve/chat_playground/src/components/ChatWindow.tsx` (+23 -4) </details> ### 📄 Description CC @eyurtsev @efriis --- <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:33 -05:00
yindo closed this issue 2026-02-16 01:15:33 -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#596