langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
46.76k stars 6.61k forks source link

Share the answers/responses as links #8853

Open murtaza-motorwala opened 1 day ago

murtaza-motorwala commented 1 day ago

Self Checks

1. Is this request related to a challenge you're experiencing? Tell me about your story.

Dify is great in creating RAG pipelines and chatflows. One thing that I feel missing is the ability to share the chat responses. Often users query for different things and once they get their answers (either from the RAG they built or just the LLMs), they want to share it with others. One way to do it right now is to simply copy/paste but that looses formatting especially the code blocks and introduces *** asterisk etc..

If we had the option to share the response (like how its done with ChatGPT), then that would be awesome. It would solve atleast two things - 1st - Keep the formatting of the answers and share the whole chat/thread as is. 2nd - Save the time, effort and cost for the other user(s) to do the same task.

2. Additional context or comments

Sample link - https://chatgpt.com/share/66f6c3f8-0bb4-8004-808c-c6ffb2b3d253

3. Can you help us with this feature?