mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-19 22:03:48 -04:00
[PR #175] [MERGED] Show AI function messages in editable input, fix empty initial message #404
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/175
Author: @dqbd
Created: 11/6/2023
Status: ✅ Merged
Merged: 11/6/2023
Merged by: @eyurtsev
Base:
main← Head:dqbd/6nov📝 Commits (5)
d9f4f2aFix empty message present76ee413Show AI function messages in editable message input5e04114Add build2e3b8e4Fix lint708a575Code review📊 Changes
11 files changed (+283 additions, -87 deletions)
View changed files
📝
examples/widgets/server.py(+22 -5)📝
langserve/playground/dist/assets/index-7c3e1e1d.js(+54 -54)📝
langserve/playground/dist/assets/index-c6cde0dd.css(+1 -1)📝
langserve/playground/dist/index.html(+2 -2)📝
langserve/playground/package.json(+1 -0)➕
langserve/playground/src/assets/ChatIcon.svg(+6 -0)📝
langserve/playground/src/assets/CodeIcon.svg(+3 -3)📝
langserve/playground/src/components/ChatMessagesControlRenderer.tsx(+134 -20)📝
langserve/playground/src/components/ShareDialog.tsx(+1 -1)📝
langserve/playground/src/utils/defaults.ts(+1 -1)📝
langserve/playground/yarn.lock(+58 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.