[PR #175] [MERGED] Show AI function messages in editable input, fix empty initial message #404

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

📋 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: mainHead: dqbd/6nov


📝 Commits (5)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langserve/pull/175 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 11/6/2023 **Status:** ✅ Merged **Merged:** 11/6/2023 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `dqbd/6nov` --- ### 📝 Commits (5) - [`d9f4f2a`](https://github.com/langchain-ai/langserve/commit/d9f4f2a210dbf0c91f37b12ea501f0aad6e131c3) Fix empty message present - [`76ee413`](https://github.com/langchain-ai/langserve/commit/76ee413a5cb6473f0dd1af0713e7f8186dba8892) Show AI function messages in editable message input - [`5e04114`](https://github.com/langchain-ai/langserve/commit/5e04114b247751cfc67cf392f522dd1e10218028) Add build - [`2e3b8e4`](https://github.com/langchain-ai/langserve/commit/2e3b8e40f68808cb5d558b8f5f14eea9475ace78) Fix lint - [`708a575`](https://github.com/langchain-ai/langserve/commit/708a5753d442aeab4d4425ea08c26c465b691544) Code review ### 📊 Changes **11 files changed** (+283 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <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:26 -05:00
yindo closed this issue 2026-02-16 00:20:26 -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#404