[PR #422] [MERGED] Add StreamEventRequest type, update OpenAPIDocs #548

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langserve/pull/422
Author: @eyurtsev
Created: 1/26/2024
Status: Merged
Merged: 1/26/2024
Merged by: @eyurtsev

Base: mainHead: eugene/surface_error_information


📝 Commits (4)

📊 Changes

3 files changed (+173 additions, -1 deletions)

View changed files

📝 langserve/api_handler.py (+10 -0)
📝 langserve/server.py (+105 -1)
📝 langserve/validation.py (+58 -0)

📄 Description

This PR adds a type for StreamEventsRequest and updates OpenAPI docs.


🔄 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/422 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 1/26/2024 **Status:** ✅ Merged **Merged:** 1/26/2024 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/surface_error_information` --- ### 📝 Commits (4) - [`4ff0fc5`](https://github.com/langchain-ai/langserve/commit/4ff0fc52e9ce39089abaea2ad1da3824376fe8d5) x - [`8af57af`](https://github.com/langchain-ai/langserve/commit/8af57af2c51c907d0462a1bee53c3643bb6a17ac) x - [`005aa3a`](https://github.com/langchain-ai/langserve/commit/005aa3aa8117e8d5d62ab34de6616afd04b57016) bug fix - [`1d7b2d7`](https://github.com/langchain-ai/langserve/commit/1d7b2d7c834fc3e30957e8538d89c7cec35678b1) x ### 📊 Changes **3 files changed** (+173 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `langserve/api_handler.py` (+10 -0) 📝 `langserve/server.py` (+105 -1) 📝 `langserve/validation.py` (+58 -0) </details> ### 📄 Description This PR adds a type for StreamEventsRequest and updates OpenAPI docs. --- <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:21 -05:00
yindo closed this issue 2026-02-16 01:15:21 -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#548