mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-16 09:34:30 -04:00
[PR #32] [MERGED] Add Agent Action/Finish messages to well known types #288
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/32
Author: @eyurtsev
Created: 10/11/2023
Status: ✅ Merged
Merged: 10/11/2023
Merged by: @eyurtsev
Base:
main← Head:eugene/add_well_known_types📝 Commits (3)
3264a98add agent related messages25444f5xcc83df7x📊 Changes
5 files changed (+86 additions, -171 deletions)
View changed files
📝
examples/conversational_retrieval_chain/client.ipynb(+3 -1)📝
examples/conversational_retrieval_chain/server.py(+2 -2)📝
langserve/serialization.py(+4 -0)➖
tests/unit_tests/test_encoders.py(+0 -168)➕
tests/unit_tests/test_serialization.py(+77 -0)📄 Description
Add agent related messages to well known types
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.