langserve
langserve copied to clipboard
How to share conversation from chat playground?
I want to share a conversation from LangServe, how how to do that?
I clicked on the "Share" button:
Then copied the url:
When I open that url in the browser, it brings an empty chat, without conversation history.
I noticed that the share url is different than the basic url to playground (adds "N4XyA" between chat and playground)
- basic url:
where.app.is.deployed/api/v1/chat/playground/ - share url:
where.app.is.deployed/api/v1/chat/N4XyA/playground/
Is sharing the conversation history supported?