[PR #91] [MERGED] Widgets #341

Closed
opened 2026-02-16 00:20:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langserve/pull/91
Author: @eyurtsev
Created: 10/24/2023
Status: Merged
Merged: 10/26/2023
Merged by: @dqbd

Base: mainHead: eugene/add_widgets


📝 Commits (10+)

📊 Changes

7 files changed (+218 additions, -58 deletions)

View changed files

examples/widgets/server.py (+80 -0)
📝 langserve/playground/dist/assets/index-d732a22e.js (+55 -55)
📝 langserve/playground/dist/index.html (+1 -1)
📝 langserve/playground/src/App.tsx (+5 -0)
📝 langserve/playground/src/components/ChatMessageTuplesControlRenderer.tsx (+6 -2)
langserve/playground/src/components/FileBase64Tester.tsx (+44 -0)
langserve/playground/src/utils/schema.ts (+27 -0)

📄 Description

Add examples for widgets for playground


🔄 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/91 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 10/24/2023 **Status:** ✅ Merged **Merged:** 10/26/2023 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `eugene/add_widgets` --- ### 📝 Commits (10+) - [`10a210c`](https://github.com/langchain-ai/langserve/commit/10a210c2eee1ee6df106854877441da633ee62de) update - [`a458875`](https://github.com/langchain-ai/langserve/commit/a458875385cf442edea8a1d0a16a9e6809ee5517) x - [`9375e2d`](https://github.com/langchain-ai/langserve/commit/9375e2d942d5c07a7cdf3067c4bbfce479d36ea5) add missing `/` - [`b35f3c0`](https://github.com/langchain-ai/langserve/commit/b35f3c00f5f2ed0dbc52da12f2874f02b69e8849) very important (#93) - [`3b8d3be`](https://github.com/langchain-ai/langserve/commit/3b8d3be4d27a52c425fe2263b42c9b0b7093cab4) Add server side callback event handling to client (#92) - [`0d4ef74`](https://github.com/langchain-ai/langserve/commit/0d4ef7476b283f38f4bffcfd0564b45e1794665b) Serialization fix for callbacks (#95) - [`dd338b3`](https://github.com/langchain-ai/langserve/commit/dd338b372cf5b37dfbcf25396e31af1a7ef685bf) Slash (#97) - [`7ba37b0`](https://github.com/langchain-ai/langserve/commit/7ba37b065cf48d830a2fae3554cf850a78308299) Custom widget for base64 - [`be0345d`](https://github.com/langchain-ai/langserve/commit/be0345d43fd462ed1017cbc8e43ab6f61f0934ec) Don't assume field name when tuples are present - [`1e31b17`](https://github.com/langchain-ai/langserve/commit/1e31b17124f863b8c523b49c1f481bb4e581eb6d) Cleanup ### 📊 Changes **7 files changed** (+218 additions, -58 deletions) <details> <summary>View changed files</summary> ➕ `examples/widgets/server.py` (+80 -0) 📝 `langserve/playground/dist/assets/index-d732a22e.js` (+55 -55) 📝 `langserve/playground/dist/index.html` (+1 -1) 📝 `langserve/playground/src/App.tsx` (+5 -0) 📝 `langserve/playground/src/components/ChatMessageTuplesControlRenderer.tsx` (+6 -2) ➕ `langserve/playground/src/components/FileBase64Tester.tsx` (+44 -0) ➕ `langserve/playground/src/utils/schema.ts` (+27 -0) </details> ### 📄 Description Add examples for widgets for playground --- <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 00:20:12 -05:00
yindo closed this issue 2026-02-16 00:20:12 -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#341