[PR #571] [MERGED] Expose Feedback Tokens as part of add_routes and APIHandler #612

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langserve/pull/571
Author: @eyurtsev
Created: 3/29/2024
Status: Merged
Merged: 3/29/2024
Merged by: @eyurtsev

Base: mainHead: eugene/update_api


📝 Commits (1)

📊 Changes

3 files changed (+119 additions, -27 deletions)

View changed files

📝 langserve/api_handler.py (+78 -21)
📝 langserve/server.py (+29 -1)
📝 tests/unit_tests/test_server_client.py (+12 -5)

📄 Description

This PR exposes the ability to configure feedback tokens for the APIHandler and 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/571 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 3/29/2024 **Status:** ✅ Merged **Merged:** 3/29/2024 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/update_api` --- ### 📝 Commits (1) - [`8942c1a`](https://github.com/langchain-ai/langserve/commit/8942c1a387aceb2da9d7753d41c32c246a45cdd3) x ### 📊 Changes **3 files changed** (+119 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `langserve/api_handler.py` (+78 -21) 📝 `langserve/server.py` (+29 -1) 📝 `tests/unit_tests/test_server_client.py` (+12 -5) </details> ### 📄 Description This PR exposes the ability to configure feedback tokens for the APIHandler and 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 01:15:38 -05:00
yindo closed this issue 2026-02-16 01:15:38 -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#612