mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-16 09:34:30 -04:00
[PR #91] [MERGED] Widgets #341
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/91
Author: @eyurtsev
Created: 10/24/2023
Status: ✅ Merged
Merged: 10/26/2023
Merged by: @dqbd
Base:
main← Head:eugene/add_widgets📝 Commits (10+)
10a210cupdatea458875x9375e2dadd missing/b35f3c0very important (#93)3b8d3beAdd server side callback event handling to client (#92)0d4ef74Serialization fix for callbacks (#95)dd338b3Slash (#97)7ba37b0Custom widget for base64be0345dDon't assume field name when tuples are present1e31b17Cleanup📊 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.