mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-19 22:03:48 -04:00
Add error event to for stream and astream log #1
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?
Originally created by @eyurtsev on GitHub (Oct 19, 2023).
Originally assigned to: @eyurtsev on GitHub.
If a server side exceptio occurs while using the stream and astream log endpoints, the server should submit an error event.
Double check that invalid requests result in an appropriate client sider error
@eyurtsev commented on GitHub (Oct 23, 2023):
Server side errors handled here: https://github.com/langchain-ai/langserve/pull/83
Still need to do client side errors
@eyurtsev commented on GitHub (Oct 31, 2023):
Fully resolved here: https://github.com/langchain-ai/langserve/pull/133