mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-16 09:34:30 -04:00
Load Existing Messages into Chat Playground #176
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 @brycecoldcocacola on GitHub (May 8, 2024).
I don't see a way to start the chat playground with an initial AI message. Use-case here is to explore conversations where the bot will initiate the conversation.
So if I have something like this as a full example:
Then I would expect my
http://localhost:8080/nova/chat/playground/to open like this:Because I specified
("ai", "Hey Jessica! Just wanted to check in on you. How are you doing?")in my chat prompt.@brycecoldcocacola commented on GitHub (May 8, 2024):
related: https://github.com/langchain-ai/langserve/issues/598#issuecomment-2051999511
@eyurtsev commented on GitHub (May 15, 2024):
There's no way to do this currently :(