mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-18 19:04:27 -04:00
[PR #115] [MERGED] Add a custom user type #358
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langserve/pull/115
Author: @eyurtsev
Created: 10/26/2023
Status: ✅ Merged
Merged: 10/26/2023
Merged by: @eyurtsev
Base:
main← Head:eugene/add_custom_user_type📝 Commits (4)
fe2e896xb040d8dx9573925xf3f53d5x📊 Changes
6 files changed (+100 additions, -8 deletions)
View changed files
📝
README.md(+27 -1)📝
examples/file_processing/server.py(+4 -4)📝
langserve/__init__.py(+7 -2)➕
langserve/schema.py(+23 -0)📝
langserve/server.py(+4 -1)📝
tests/unit_tests/test_server_client.py(+35 -0)📄 Description
Add a custom user type
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.