[PR #23] [MERGED] Add output type schema to InvokeResponse and BatchResponse #281

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

📋 Pull Request Information

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

Base: mainHead: eugene/output_schema


📝 Commits (2)

📊 Changes

2 files changed (+52 additions, -37 deletions)

View changed files

📝 langserve/server.py (+26 -37)
📝 langserve/validation.py (+26 -0)

📄 Description

Add output type information to invoke and batch responses


🔄 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/23 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 10/10/2023 **Status:** ✅ Merged **Merged:** 10/10/2023 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/output_schema` --- ### 📝 Commits (2) - [`6152e4a`](https://github.com/langchain-ai/langserve/commit/6152e4af3e57a8d526dd66a23df1a718db083c48) x - [`98eb791`](https://github.com/langchain-ai/langserve/commit/98eb791d59965d145712acea0c654dc6943b0739) lint ### 📊 Changes **2 files changed** (+52 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `langserve/server.py` (+26 -37) 📝 `langserve/validation.py` (+26 -0) </details> ### 📄 Description Add output type information to invoke and batch responses --- <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:01 -05:00
yindo closed this issue 2026-02-16 00:20:01 -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#281