FlowiseAI / Flowise

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

[FEATURE] Adding chatbot prompts to require name and email for user #498

Closed scooter7 closed 6 months ago

scooter7 commented 1 year ago

Hi,

I'd like to have the chat collect user name and email address prior to answering any user questions.

Could I do this by modifying (from https://github.com/FlowiseAI/FlowiseChatEmbed#configuration):

chungyau97 commented 1 year ago

You can try using Zep Memory image

When detected a new user you can use a new Session Id in Additional Parameters for it to act like a new conversation image

After that you can use Zapier NLA tool to record it into anywhere you want The docs on how to use Zapier NLA Flowise Example: #114 image

mmhurston commented 1 year ago

I'm interested in this feature, too. I use pabbly connect for my integrations.

HenryHengZJ commented 8 months ago

PR - https://github.com/FlowiseAI/Flowise/pull/1948 in work