FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
30.73k stars 15.96k forks source link

Feature Request - Adding Support for Bot asking Optional Type Questions and It builds context based on user response [FEATURE] #664

Open Vikson97 opened 1 year ago

Vikson97 commented 1 year ago

Issue Description: As a user of Flowise, I would like to propose a feature enhancement that allows the chatbot to ask optional type questions to users. The implementation of this feature will enable the chatbot to create context based on the user's responses, leading to more engaging and personalized conversations.

Problem Statement: Currently, the chatbot in Flowise lacks the ability to ask optional questions to users. As a result, the conversation flow may become rigid and less interactive, hindering the bot's ability to gather specific information for context generation. By incorporating the proposed feature, the chatbot will be empowered to prompt users with optional questions, thus capturing additional relevant details and enriching the context.

A suggestion on this will be much helpful if i can achieve the above functionality with latest release of flowise or any chatflow diagram?

HenryHengZJ commented 1 year ago

good suggestion! this sounds more like a workflow based approach, as in you can use tagging chain to determine the tone, categories that user is asking, and route that to a chain/agent with specific system message prompt, so on and so forth

Matr1xCode commented 1 year ago

Hello, any update ? thanks