mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-25 21:46:08 -04:00
Improper handling of "Follow Up" Feature #58
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 @ytjhai on GitHub (Jan 13, 2025).
One of the issues with this frontend being out of sync is that the link generated by the main repository seems to handle all of the feature flags properly. However, this frontend doesn't have the same set of features that the published link from the Dify app does.
One of these features is the ability to suggest follow-up questions after each chat message. The URL generated by dify will suggest 3 conversation options. But there is no similar feature in this repository even though the documentation here seems to suggest this repository is feature complete: https://docs.dify.ai/guides/application-publishing/launch-your-webapp-quickly/conversation-application
Open to alternative or recommended suggestions because I'm currently using this frontend to connect to my Dify API so that the end user doesn't land on the "Administrator" home page for managing the applications.