[PR #107] [MERGED] Update input and output type logic if specified via add_routes #352

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langserve/pull/107
Author: @eyurtsev
Created: 10/25/2023
Status: Merged
Merged: 10/25/2023
Merged by: @eyurtsev

Base: mainHead: eugene/with_input_types


📝 Commits (8)

📊 Changes

3 files changed (+59 additions, -64 deletions)

View changed files

📝 langserve/playground.py (+2 -2)
📝 langserve/server.py (+28 -35)
📝 tests/unit_tests/test_server_client.py (+29 -27)

📄 Description

Update logic if specified via add routes


🔄 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/107 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 10/25/2023 **Status:** ✅ Merged **Merged:** 10/25/2023 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/with_input_types` --- ### 📝 Commits (8) - [`32ba863`](https://github.com/langchain-ai/langserve/commit/32ba8639927b4b4f1cf455a09bade008367dc855) x - [`ea6779a`](https://github.com/langchain-ai/langserve/commit/ea6779acea0c6f4a1f957d568d4e0c81eaf0778d) Merge branch 'main' into eugene/with_input_types - [`98a0c3a`](https://github.com/langchain-ai/langserve/commit/98a0c3a30b1338b9aa37727044383b210123a3ea) x - [`89544d2`](https://github.com/langchain-ai/langserve/commit/89544d2136393ccf5f0fd12c5f27d798b1b6f62d) x - [`5fb2853`](https://github.com/langchain-ai/langserve/commit/5fb285357c9456e502e99914c1410f54c11aeef1) x - [`ac41fd7`](https://github.com/langchain-ai/langserve/commit/ac41fd7a9e411f92b2a524ff75a192ff004ec42d) x - [`86cb61a`](https://github.com/langchain-ai/langserve/commit/86cb61a6454c93a5acf9a163e20625ef293cb926) x - [`3ee9b94`](https://github.com/langchain-ai/langserve/commit/3ee9b94897993eb6c863b5aa8afb60b40a68cad9) x ### 📊 Changes **3 files changed** (+59 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `langserve/playground.py` (+2 -2) 📝 `langserve/server.py` (+28 -35) 📝 `tests/unit_tests/test_server_client.py` (+29 -27) </details> ### 📄 Description Update logic if specified via add routes --- <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:15 -05:00
yindo closed this issue 2026-02-16 00:20:16 -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#352