mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-19 22:03:48 -04:00
[PR #489] [MERGED] Adds playground chat widget for message list inputs, additional global callback for chunks #571
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/489
Author: @jacoblee93
Created: 2/28/2024
Status: ✅ Merged
Merged: 2/28/2024
Merged by: @eyurtsev
Base:
main← Head:jacob/chat_widget📝 Commits (8)
31ad97bAdds chat widget for message list inputs, additional global callback for chunks24d804cMerge branch 'main' of https://github.com/langchain-ai/langserve into jacob/chat_widget59f2605Lint5b21b05Support string outputs as well as message chunks803c587Add CORS notec2bae65chmod +x65d814axd66567dx📊 Changes
11 files changed (+426 additions, -313 deletions)
View changed files
📝
README.md(+51 -4)➕
examples/widgets/chat/message_list/server.py(+64 -0)📝
examples/widgets/chat/tuples/server.py(+0 -0)📝
langserve/playground/dist/assets/index-a7c0cdaa.js(+51 -51)📝
langserve/playground/dist/index.html(+1 -1)📝
langserve/playground/package.json(+1 -0)➕
langserve/playground/src/components/ChatMessageInput.tsx(+189 -0)📝
langserve/playground/src/components/ChatMessagesControlRenderer.tsx(+52 -255)📝
langserve/playground/src/types.tsx(+4 -0)📝
langserve/playground/src/useStreamCallback.tsx(+9 -2)📝
langserve/playground/src/useStreamLog.tsx(+4 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.