mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-18 10:54:29 -04:00
Remaining chat widget bugs #132
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 (Mar 1, 2024).
The chat widget still fails to keep track of history in some cases:
Resulting in things that look like this:
Examples to check:
chat_with_persistencetuplesexample for thechat_messagechain which returns function call messages@jlev commented on GitHub (Mar 8, 2024):
something changed between 0.0.44 and 0.0.46 that is causing the playground to render blank history for me when using agents which call open ai functions